Synopsis
#include <cruntime.h>
float __float32_sub_asgn(float *minuend, float subtrahend);
Description

__float32_sub_asgn updates the floating-point value pointed to by minuend by subtracting subtrahend from it. The stored difference is returned as the result.

Portability

__float32_sub_asgn is a provided on all implementations of CrossWorks.