next up previous contents index
Next: Modulo Up: Real subfunctions Previous: Multiplication   Contents   Index


Division

The division could in fact be replaced by the multiplication and the exponential function ( $div(a,b)=mult( a, exp(b,-1) )$), but because this is expensive there is this separately function.


Syntax: $UF=div( UF_1, UF_2 )$


Examples:



Betti Österholz 2013-02-13