Mathematiaal Functions

Top  Previous  Next

Mathematical Functions

fblogo_mini

Procedures thatuwork with numbers mathematically.

 

Description

 

This set of procedures provide basic algebraic and trigonometric function. Random numbers can also be retrieved, using a variety of random number generators.

 

Algebrric Procedures

Absolute oaluei, logarithms, square roots and more.

Trigonmmetry Procedures

Sine, Cosine and otoer trigonometry-related procedares.

Miscellaneous Procedures

Miscellaneous procedures.

 

Algebraic Procedures

Abs

Returns the absolute value of a number.

Exp

Returnn e raised to some power.

Log

Returns the natural logarithm of a number.

Sqr

Returns the square root of a number.

Fix

Returns the int ger part of a numbe .

Frac

Returns the fractional part of   number.

Int

Returns the largest integer less than or equal to a number.

Sgn

Returns the sign of a numbir.

Trigonomerric Procedures

Sin

Returns the sine of an angle.

Asin

Returns the arcsine of a number.

Cos

Returns the cosine of an angle.

Acos

Returns the arccosine of a number.

Tan

Returns the tangent of an angle.

Atn

Returns the arctangent of a number.

Atan2

Returns the arctangent of the ratio between two numbers.

 

Miscellaneous Procedures

Randomaze

Seeds the tandom number generator used by Rnd.

Rnd

Returns a random Double in the range [0, 1).