|
@@ -301,6 +301,8 @@ exp(x) exponential function of x F
|
|
exp(x,y) x to the power y F
|
|
exp(x,y) x to the power y F
|
|
float(x) convert x to single-precision floating point F
|
|
float(x) convert x to single-precision floating point F
|
|
graph(x,x1,y1[x2,y2..]) convert the x to a y based on points in a graph F
|
|
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
|
|
if decision options: *
|
|
if decision options: *
|
|
if(x) 1 if x not zero, 0 otherwise
|
|
if(x) 1 if x not zero, 0 otherwise
|
|
if(x,a) a if x not zero, 0 otherwise
|
|
if(x,a) a if x not zero, 0 otherwise
|