NT Script: Difference between revisions
Jump to navigation
Jump to search
m
→Number: Added descriptions
imported>Kosmos m (Moved new ones to namespace) |
imported>Kosmos m (→Number: Added descriptions) |
||
Line 167: | Line 167: | ||
| randseed(number) || || Resets the RNG with this value. | | randseed(number) || || Resets the RNG with this value. | ||
|- | |- | ||
| sin(value) || number || | | sin(value) || number || Returns the sine of the value. | ||
|- | |- | ||
|cos(value) || number || | |cos(value) || number || Returns the cosine of the value. | ||
|- | |- | ||
|asin(value) || number || | |asin(value) || number || Returns the arcsine of the value. | ||
|- | |- | ||
|acos(value) || number || | |acos(value) || number || Returns the arcossine of the value. | ||
|- | |- | ||
|log(value) || number || | |log(value) || number || Returns the logarithm of the value. | ||
|} | |} | ||