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

__float64_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

__float64_add_asgn is a provided on all implementations of CrossWorks.