@FDIV
Windows ✓Linux ✓macOS ⏳
Syntax
@FDIV(<value1>,<value2>)
Description
This function returns the result of: <value1> / <value2>, where the two values may be floating-point numbers.
OK
Unchanged.
Example
%F = @FDIV(%A,%B)
See a more advanced example...