Meta Project

The Unofficial Meta Documentation

MODULO

Summary

MODULO calculates the value modulo division by the second argument

Category

MATH

Usage

MODULO value1 value2

Arguments

value1 - value to divide

value2 - value to divide by

Refinements

This method has no refinements

Description

MODULO calculates the value modulo division by the second argument

Example Code

write/line modulo 11 4

Result 3

Does not work correct with negative numbers.

Related

REMAINDER  

To be done. No other related method names assigned yet.

Back to the Meta Methods Reference index