...
Returns a floating point value. tan is undefined at {..., -270, -90, 90, 270, ...}
Examples
...
language | text |
---|
float $temp = (tan (30));
...
// declares a variable for the tangent function
...
print (string ($temp));
...
// prints the output of the tangent function
Additional information
Related commands
...