Function cos from numeric
Brief description
cos(x:double):double
Computes the cosinus of a given floating point value More ...
Function information
| Name: | cos |
| Base: | |
| Group: | Built-in plugins:Trigonometric functions |
| Icon: | math.png |
| Color: | black.png |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Computes the cosinus of a given floating point value.
Input parameters
-
x:
double
- A real number
Return values
-
Default return value:
double
- Cosinus of the given number
