Monthly Archives: April 2019

The PI Function

Kornilios Ampatzis/ April 19, 2019/ Functions

It returns the number 3.14159265358979, the mathematical constant pi, accurate to 15 digits.

The MOD Function

Kornilios Ampatzis/ April 19, 2019/ Functions

Returns the remainder after number is divided by divisor. The result has the same sign as divisor.

The RANDBETWEEN Function

Kornilios Ampatzis/ April 19, 2019/ Functions

Returns a random integer number between the numbers you specify. A new random integer number is returned every time the worksheet is calculated

The RAND Function

Kornilios Ampatzis/ April 19, 2019/ Functions

It returns an evenly distributed random real number greater than or equal to 0 and less than 1. A new random real number is returned every time the worksheet is calculated.

The EXP Function

Kornilios Ampatzis/ April 19, 2019/ Functions

Returns e raised to the power of number. The constant e equals 2.71828182845904, the base of the natural logarithm.