Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a floating point value in the range [-1.0, 1.0]

Examples

Code Block
languagetext
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

...