Inverse function (For modes 2D, 3D, Console)
Inverts mathematical function that follows this command (except Abs function).
Was this helpful?
Absolute value (For modes 2D, 3D, Console)
Returns an absolute value for given number.
The absolute value of the number is the distance of this number to the zero on the numerical scale. Absolute value of the positive number is number itself. Absolute value of the negative number is the opposite number (i.e. the positive number). Absolute value of zero is zero
Was this helpful?
Sine (For modes 2D, 3D, Console)
Calculates sine for angle, given in radians.
Sine is the quotient of the side and the hypotenuse of rectangular triangle. The angle has to be specified in radians.
Was this helpful?
Cosine (For modes 2D, 3D, Console)
Calculates cosine for angle, given in radians.
Cosine is the quotient of the base and the hypotenuse of rectangular triangle. The angle has to be specified in radians.
Was this helpful?
Tangent (For modes 2D, 3D, Console)
Calculates tangent for angle, given in radians.
The tangent of the angle is the quotient of the side and the base. The angle has to be specified in radians.
Was this helpful?
Natural logarithm (For modes 2D, 3D, Console)
Returns natural logarithm of the given number.
The natural logarithm is the number, that raised to the Euler constant (e) equals to the parameter. The parameter of this function must be positive.
Was this helpful?
Decimal logarithm (For modes 2D, 3D, Console)
Returns decimal logarithm of the given number.
Was this helpful?
Power (For modes 2D, 3D, Console)
Returns desired power of the given number.
The integral power is defined as follows: n-th power of the parameter b is the number b multiplied n times by itself. The number b is called base, number n is called exponent.
Was this helpful?
Root (For modes 2D, 3D, Console)
Calculates desired root from the given number.
Inverse function to n-th power is n-th power root. The power root is the number that raised to the power of n equals the given parameter.
Was this helpful?
Hyperbolic sine (For modes 2D, 3D, Console)
Calculates hyperbolic sine for angle, given in radians.
Was this helpful?
Hyperbolic cosine (For modes 2D, 3D, Console)
Calculates hyperbolic cosine for angle, given in radians.
Was this helpful?
Hyperbolic tangent (For modes 2D, 3D, Console)
Calculates hyperbolic tangent for angle, given in radians.
Was this helpful?
Sign (For modes 2D, 3D, Console)
Returns a value indicating the sign of a number.
Returns -1 for negative argument, 0 for zero and 1 for positive argument.
Was this helpful?
Min value (For modes 2D, 3D, Console)
Returns the smaller one from two given values.
Was this helpful?
Max value (For modes 2D, 3D, Console)
Returns the bigger one from two given values.
Was this helpful?
Ceiling (For modes 2D, 3D, Console)
Returns nearest bigger whole number.
Was this helpful?
Floor (For modes 2D, 3D, Console)
Returns the largest whole number less than or equal to the specified number.
Was this helpful?
Division remainder (For modes 2D, 3D, Console)
Returns the quotient of two numbers, also passing the remainder as an output parameter.
Was this helpful?
Round (For modes 2D, 3D, Console)
Returns given value rounded to the nearest whole number.
Was this helpful?


Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by this form ©1978-2010 SGP Systems

Parent page | Previous page | Next page