...
Returns a floating point value in the range [-1.0, 1.0]
Examples
Code Block | ||
---|---|---|
| ||
float $temp = (sin (30)); |
...
// declares a variable for the sine function |
...
print (string ($temp)); |
...
// prints the output of the sine function |
Additional information
Related commands
...