Difference between revisions of "Sinh"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Timeslip
(Missing obse function)
 
imported>WereWolf
(Changed categories)
 
Line 27: Line 27:
*[[tanh]]
*[[tanh]]


[[Category: OBSE Functions]]
 
[[Category: OBSE Math Functions]]
[[Category: Functions]]
[[Category:OBSE Trigonometric Functions]]
[[Category: Functions (OBSE)]]
[[Category: Math_Functions]]
[[Category: Math_Functions (OBSE)]]

Latest revision as of 11:52, 9 September 2007

A command for Oblivion Script Extender

Syntax:

sinh [float]

Returns the hyperbolic sine of an angle.

Example[edit | edit source]

set x to sinh theta

Notes[edit | edit source]

  • 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

See Also[edit | edit source]