[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "ATan"
Jump to navigation
Jump to search
imported>DragoonWraith (OBSE) |
imported>DragoonWraith |
||
Line 10: | Line 10: | ||
set theta to asin ( r / z ) | set theta to asin ( r / z ) | ||
(unlike [[asin]] and [[acos]], this example is simply an example) | (unlike [[asin]] and [[acos]], where the example provided was meaningful, this example is simply an example) | ||
==See Also== | ==See Also== |
Revision as of 10:23, 3 August 2006
A command for Oblivion Script Extender
Syntax:
asin [float]
Returns the arctangent of a number (i.e. the angle whose tangent this is)
Example
set theta to asin ( r / z )
(unlike asin and acos, where the example provided was meaningful, this example is simply an example)