Synopsis
#include <cruntime.h> float __float64_add(float addend, float augend);
Description
__float64_add adds addend to augend and returns the sum as the result.
Portability
__float64_add is a provided on all implementations of CrossWorks.
#include <cruntime.h> float __float64_add(float addend, float augend);
__float64_add adds addend to augend and returns the sum as the result.
__float64_add is a provided on all implementations of CrossWorks.