Meta Project

The Unofficial Meta Documentation

REMAINDER

Summary

REMAINDER returns the remainder by division

Category

MATH

Usage

REMAINDER value1 value2

Arguments

value1 - value to be divided

value2 - value to divide by

Refinements

/refinement - description of refinement This method has no refinements Not applicable on category

Description

REMAINDER returns the remainder by division

Example Code

write/line REMAINDER 11 4

Result

3

Related

MODULO  
DIVIDE  

Back to the Meta Methods Reference index