Sinh
Revision as of 14:04, 23 August 2006 by imported>Timeslip (Missing obse function)
A command for Oblivion Script Extender
Syntax:
sinh [float]
Returns the hyperbolic sine of an angle.
Example
set x to sinh theta
Notes
- From v0005, all OBSE trigonometric functions take and return degrees. Versions of the functions which accept radians are still available by prefixing the function name with an r. (i.e. rsinh)
- This function can be used in a mathematical formula (a + sinh b), but a mathematical formula will not compile as the arguement for this function (sinh (a + b) doesn't work).
- sinh a + b = ( sinh a ) + b