Synopsis
#include <cruntime.h> double __float64_div_asgn(double *dividend, double divisor);
Description
__float64_div_asgn updates the floating-point value pointed to by dividend by dividing it by divisor. The stored quotient is returned as the result.
Portability
__float64_div_asgn is a provided on all implementations of CrossWorks.