![]() |
<< Index >> |
FutureBasic 5 |
| tan | function | |
|
|
||
theTangent# = tan(expr)expr, where expr is given in radians. tan always returns a double-precision result.degAngle which is given in degrees, use the following: theTangent# = tan(degAngle * pi# / 180)pi# equals 3.14159265359.