<-Back

Function: Div

div floating-point number

Divides using rational division and converts the result (which may be a pure rational number) to a floating-point number.

arguments:
numerator Number
denominator Number
optional arguments:
more-denominators (&rest), Default Value: nil
More numbers to divide by

<-Back