valueOf(Polynomial<F> dividend, Polynomial<F> divisor) Returns the rational function from the specified dividend and divisor.
Parameters: dividend - the dividend value. Parameters: divisor - the divisor value.
Returns a copy of this rational function.
javolution.context.AllocatorContext allocated
by the calling thread (possibly on the stack).
an identical and independant copy of this rational function.
Returns the rational function from the specified dividend and divisor.
Parameters: dividend - the dividend value. Parameters: divisor - the divisor value. dividend / divisor