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

__float32_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

__float32_mul_asgn is a provided on all implementations of CrossWorks.