OpenBIMRL | Mathematical trigonometric functions
Class path: math.trigonometry.cosine
Cosine

Description
Maps an angle to a value from the interval [-1,1]. Where cos(0) = 1.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Angle | Number | Angle (in radians) |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Value | Number | Result value |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself