====== Numeric Operations ====== Numeric operation commands deal with the arithmetic, algebraic, and trigonometric manipulation of numbers. ^Operator^Description^ |[[abs|Abs()]]|Returns the absolute (unsigned) numeric value of a real number.| |[[atan|ATan()]]|Returns the arctangent of an angle.| |[[cos|Cos()]]|Returns the cosine of an angle.| |[[exp|Exp()]]|Returns the result of base e raised to the power of an expression.| |[[initrnd|InitRnd statement]]|Establishes a seed value for the Rnd function.| |[[int|Int()]]|Returns the integer portion of a number.| |[[ln|Ln()]]|Returns the natural logarithm of a number.| |[[mod|Mod()]]|Returns the modulo (remainder) of the division of two numbers.| |[[neg|Neg()]]|Returns the inverse of a specified number.| |[[num|Num()]]|Returns true (1) if the expression is a number or a numeric string. Otherwise, returns 0.| |[[pwr|Pwr()]]|Returns the value of a number raised to a specified power.| |[[rem|Rem()]]|Synonym for Mod().| |[[rnd|Rnd()]]|Returns a randomly generated number.| |[[sin|Sin()]]|Returns the sine of an angle.| |[[sqrt|Sqrt()]]|Returns the square root of a positive number.| |[[tan|Tan()]]|Returns the tangent of an angle in degrees.|