Synopsis
#include <cruntime.h>
int __float64_eq(double arg0, double arg1);
Description

__float64_eq compares arg0 to arg1. __float32_eq returns zero if arg0 is different from arg1, and a non-zero value if arg0 is equal to arg1.

Portability

__float64_eq is a provided on all implementations of CrossWorks.