Value.Divide

This function calculates the quotient of value1 divided by value2. Users have the option to specify a precision parameter, with the default precision being set to Precision.Double.

Syntax

Value.Divide(value1 as any, value2 as any, optional precision as nullable number) as any

About

This function calculates the quotient of value1 divided by value2. Users have the option to specify a precision parameter, with the default precision being set to Precision.Double.