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

Functions

Adds two numbers, concatenates two strings.

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

Multiplication between two numbers.

Negation of a numbers.

Number to a power

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

Subtraction between two numbers.