Sub()

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

FUNCTION: sub(number1, number2)

Returns the result of subtracting number2 from number1. The numbers may be floating-point numbers, and a floating-point result is returned.

Related Topics: add(), dec(), iadd(), idiv(), imul(), inc(), isub(), fdiv(), mod(), mul().

Examples

> say sub(5,2)
You say "3"

Server Differences

Other than differences related to general floating-point handling, the behavior of sub() is the same across all servers.