Difference between revisions of "Math Script"

702 bytes added ,  21:47, 20 April 2017
Added F4SE member
imported>Plplecuyer
 
imported>Qazaaq
(Added F4SE member)
Line 44: Line 44:
*float Function [[tan - Math|tan]](float afValue)
*float Function [[tan - Math|tan]](float afValue)
**Calculates the tangent of its value (in degrees).
**Calculates the tangent of its value (in degrees).
== F4SE Global Functions ==
*int Function [[LeftShift - Math|LeftShift]](int value, int shiftBy)
**Shifts value left by n number of bits.
*int Function [[RightShift - Math|RightShift]](int value, int shiftBy)
**Shifts value right by n number of bits.
*int Function [[LogicalAnd - Math|LogicalAnd]](int arg1, int arg2)
**ANDs arg1 with arg2.
*int Function [[LogicalOr - Math|LogicalOr]](int arg1, int arg2)
**ORs arg1 with arg2.
*int Function [[LogicalXor - Math|LogicalXor]](int arg1, int arg2)
**Exclusive ORs arg1 with arg2.
*int Function [[LogicalNot - Math|LogicalNot]](int arg1)
**Inverts arg1's bits.
*float Function [[Log - Math|Log]](float arg1)
**Returns the logarithm of a specified number.


== Member Functions ==
== Member Functions ==
Anonymous user