Synopsis
#include <cruntime.h>
double __float64_mul_asgn(double *multiplicand, double multiplier);
Description

__float64_mul_asgn updates the floating-point value pointed to by multiplicand by multiplying it by multiplier. The stored product is returned as the result.

Portability

__float64_mul_asgn is a provided on all implementations of CrossWorks.