$divide

Divides the given numbers.
Syntax
    $divide{numeric_value_1}{numeric_value_2}
DocumentationFunction $divide returns the result of the divisions of the given numbers.

    Parameters:
      numeric_value_1, numeric_value_2, the numeric decimal values.
    Returns:
      the floating point value (numeric_value_1 / numeric_value_2)
    Throws:
      java.lang.NumberFormatException if any of the arguments can not be intepreted as decimal numbers.
      java.langArithmeticException if the value of numeric_value_2 is equal to zero.
Examples
Divide:
    $//The value of variable 'division' should be 50
    set{division}{$divide{100}{2}}
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2