Development tools : Global functions : Number Functions category : floatAdd
  
floatAdd
Description
Adds two numbers and returns the result as a float value with the specified fractions.
Usage
Client side: Y
Server side: N
Syntax
floatAdd: function(a, b, [precision])
Arguments
a, b
The numbers to add.
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 value with fractions.
Go up to
Number Functions category