Module passerine::core::math[][src]

Functions

add

Adds two numbers, concatenates two strings.

div

Division between two numbers. Raises a runtime error if there is a division by zero.

mul

Multiplication between two numbers.

remainder

remainder of left operand by right operand division. Raises a runtime error if there is a division by zero.

sub

Subtraction between two numbers.