# Line 1: header data.
# Line 2: Short description.
# Line 3: item descriptions.
# Line 4: x axis.
# Line 5: y axis.

:0,0
$m_pm($(m_pm)x)
f(-x),-f(x),-f(-x)
-t,t,-t
f,-f,-f
-t,t,-t

:1,1
f(x$(m_pm)1), f(x)$(m_pm)1
f(x+1),f(x-1),f(x)+1,f(x)-1
t+1,t-1,t,t
f,f,f+1,f-1
t-1,t+1,t,t

:0,1
f($(m_pm)x$(m_pm)1)
f(x+1),f(x-1),f(1-x),f(-x-1)
t+1,t-1,1-t,-1-t
f,f,f,f
t-1,t+1,1-t,-1-t

:1,0
$(m_pm)f(x)$(m_pm)1
f(x)+1,f(x)-1,1-f(x),-1-f(x)
t,t,t,t
f+1,f-1,1-f,-1-f
t,t,t,t

:$[$yrange/2],$[$xrange/2]
f(2x),f(x/2),2f(x),f(x)/2
f(2x),f(x/2),2f(x),f(x)/2
2*t,t/2,t,t
f,f,2*f,f/2
t/2,t,t,t

:0,0
$m_pm|f(x)|,f($m_pm|x|)
|f(x)|,-|f(x)|,f(|x|),f(-|x|)
t,t,abs(t),-abs(t)
abs(f),-abs(f),f,f
t,t,t,t

:1,1
f($(m_pm)x<sup>2</sup>),$(m_pm)f<sup>2</sup>(x)
f(x<sup>2</sup>),f<sup>2</sup>(x),f(-x<sup>2</sup>),-f<sup>2</sup>(x)
t^2,t,-t^2,t
f,f^2,f,-f^2
t/sqrt(abs(t)),t,t/sqrt(abs(t)),t

:0,0
f(max/min($(m_pm)1,x))
f(max(1,x)),f(max(0,x)),f(max(-1,x)),f(min(1,x)),f(min(0,x)),f(min(-1,x))
max(1,t),max(0,t),max(-1,t),min(1,t),min(0,t),min(-1,t)
f,f,f,f,f,f
t,t,t,t,t,t

:0,0
max/min($(m_pm)1,f(x))
max(1,f(x)),max(0,f(x)),max(-1,f(x)),min(1,f(x)),min(0,f(x)),min(-1,f(x))
t,t,t,t,t,t
max(1,f),max(0,f),max(-1,f),min(1,f),min(0,f),min(-1,f)
t,t,t,t,t,t

:0,0
max/min($(m_pm)x,$(m_pm)f(x))
max(x,f(x)),min(x,f(x)),max(-x,f(x)),min(-x,f(x)),max(x,-f(x)),min(x,-f(x)),max(-x,-f(x)),min(-x,-f(x))
t,t,t,t,t,t,t,t
max(t,f),min(t,f),max(-t,f),min(-t,f),max(t,-f),min(t,-f),max(-t,-f),min(-t,-f)
t,t,t,t,t,t,t,t
