psil

math

This is the documentation for the math module.


%

% (number) divides the first rand by the remaining rands, and gives the remainder. It is the modulo operator.

Parameters:


*

* (number) multiplies all rands given.

Parameters:


+

+ (number) adds all rands given.

Parameters:


-

- (number) subtracts the first rand by the remaining rands.

Parameters:


/

/ (number) divides the first rand by the remaining rands.

Parameters:


is-num?

is-num? (boolean) checks if the given rand is a number.

Parameters: