Meta Project

The Unofficial Meta Documentation

DIVIDE

Summary

DIVIDE The division operator

Category

MATH

Usage

DIVIDE value1 value2

Arguments

value1 - value to be divided

value2 - value to divide by

Refinements

This method has no refinements

Description

DIVIDE The division operator. DIVIDE is implemented for multiple numerical types.

Example Code

svg-width: 2000
write/line divide svg-width 100

Related

ADD  
MULTIPLY  
MODULO  
SUBTRACT  

Back to the Meta Methods Reference index