![]() |
<< Index >> |
FutureBasic 5 |
| cos | function | |
|
|
||
result = cos( expr )expr, where expr is given in radians. The returned value will be in the range -1 to +1. cos returns a double-precision result.degAngle which is given in degrees, use the following: result = cos( degAngle * pi / 180.0 )pi is 3.141592654...