|
@@ -333,12 +333,14 @@ acos(x) inverse cosine of x (result is in degrees) F
|
|
|
asin(x) inverse sine of x (result is in degrees) F
|
|
|
atan(x) inverse tangent of x (result is in degrees) F
|
|
|
atan(x,y) inverse tangent of y/x (result is in degrees) F
|
|
|
+ceil(x) the smallest integral value not less than x *
|
|
|
cos(x) cosine of x (x is in degrees) F
|
|
|
double(x) convert x to double-precision floating point F
|
|
|
eval([x,y,...,]z) evaluate values of listed expr, pass results to z
|
|
|
exp(x) exponential function of x F
|
|
|
exp(x,y) x to the power y F
|
|
|
float(x) convert x to single-precision floating point F
|
|
|
+floor(x) the largest integral value not greater than x *
|
|
|
graph(x,x1,y1[x2,y2..]) convert the x to a y based on points in a graph F
|
|
|
graph2(x,x1[,x2,..],y1[,y2..])
|
|
|
alternative form of graph() F
|