|
Math
and Science
Most of what Macro
Express provides with the integer and decimal variables is basic
four-function calculator stuff. We enhance this with ten Math
and Science category functions.
{ Math - Abs } Returns the absolute
value of a number
{ Math - Sign } Returns a value based on a number having a sign,
no sign or is zero
{ Math - Pi } Returns the value of Pi to 14 decimal places
{ Math - Mod } Returns the remainder of dividing X by Y
{ Math - Exp } Returns the value of e^x (e raised to the power
of x)
{ Math - Square Root } Returns the square root of a number
{ Math - Ceiling } Returns the nearest whole number that is
>= the number passed
{ Math - Floor } Returns the nearest whole number that is <=
the passed number
{ Math - Degrees to Radians } Converts degrees to radians
{ Math - Radians to Degrees } Converts radians to degrees
{ Math - Decimal to Hex } Converts a large number to a hexadecimal
string
{ Math - Hex to Decimal } Converts a large hexadecimal strings
to number
{ Math - Integer to Hex } Converts an integer to a hexadecimal
string
{ Math - Hex to Integer } Converts a hexadecimal string to an
integer
Examples
{ Math Example - Abs }
{ Math Example - Ceiling }
{ Math Example - Decimal to Hex }
{ Math Example - Degrees to Radians }
{ Math Example - Exp }
{ Math Example - Floor }
{ Math Example - Hex to Decimal }
{ Math Example - Hex to Integer }
{ Math Example - Integer to Hex }
{ Math Example - Mod }
{ Math Example - Pi }
{ Math Example - Radians to Degrees }
{ Math Example - Sign }
{ Math Example - Square Root }
Next: File
Operations
|