L3DT users' wiki
Large 3D terrain generator

div

Description

Divide one number by another.

Function prototype

variant div <variant:arg1> <variant:arg2>

Arguments

Name Type Comment
arg1 variant The numerator.
arg2 variant The denominator.

If the type of arg1 is not equal to that of arg2, the ordering of the arguments may change the result of calls to div. See comments for add.

Return value

The value of arg1 divided by arg2, in the data type of arg1.

Example

echo <zs:div 1.0 5.0>

… the output of which is written to the event log by echo as:

0.2

Comments

None.

See also

 
plugins/general/zeoscript/reference/functions/div.txt · Last modified: 2017/08/31 05:38 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki