Function "division"

Summary

Divides a number by another number. Both Integers and Doubles are possible. Use '.' as decimal separator and make sure to enclose the numbers in '' (i.e. '1.5') Returns the result of the division The function belongs to the group "Math".

The return type is text.

Allowed number of parameters are 2.


Parameters

Parameter Description
1 The dividend
2 The divisor