Some functions ...
plot(sin(-x)*pow(1.5,-r))
plot(pow(2,sin(y))*pow(2,sin(x))/12)
plot(sin(x*y/10)/10)
plot(sin(r)/r)
plot(tanh(x)+tanh(y))/3
plot(1/sqrt(2*pi))*e^(-(r^2)/2)
clear
help(FMA)
FMA(x, y, z) FMA returns x * y + z, computed with only one rounding.
(That is, FMA returns the fused multiply-add of x, y, and z.)

expr: X: Y: R:

search all docs : helpful(search term)
or get help for a specific function : help(function)