Development tools : Global functions : Number Functions category : floatMinus
  
floatMinus
Description
Finds the difference between two numbers, and returns the result as a float value.
Syntax
floatMinus: function(a, b, [precision])
Arguments
a, b
The numbers to subtract.
precision
(Optional.) The number of digits to appear after the decimal point. The maximum value is 20; the minimum value is 0.
If omitted, the [defaultPrecision] in settings is used (its default value is 2).
Return
A float with digit fractions.
Usage
Client side: Y
Server side: N
Go up to
Number Functions category