Synopsis
#include <cruntime.h>
float __float32_add_asgn(float *addend, float augend);
Description

__float32_add_asgn updates the floating-point value pointed to by addend by adding augend to it. The stored sum is returned as the result.

Portability

__float32_add_asgn is a provided on all implementations of CrossWorks.