Difference between revisions of "Cosh"

imported>Qazaaq
m (revert)
imported>Qazaaq
m (rv)
 
(2 intermediate revisions by 2 users not shown)
Line 27: Line 27:
*[[tanh]]
*[[tanh]]


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

Latest revision as of 14:21, 19 September 2007

A command for Oblivion Script Extender

Syntax:

cosh [float]

Returns the hyperbolic cosine of an angle.

ExampleEdit

set x to cosh theta

NotesEdit

  • 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. rcos)
  • This function can be used in a mathematical formula (a + cosh b), but a mathematical formula will not compile as the arguement for this function (cosh (a + b) doesn't work).
  • cosh a + b = ( cosh a ) + b

See AlsoEdit