RealIdentical

Test to see if two reals are the same. Regard NaN's as equivalent. Regard +0 and -0 as different.

bool
RealIdentical
(
real_t x1
,
real_t x2
)

Parameters

x1 real_t

first operand

x2 real_t

second operand

Return Value

Type: bool

true if x1 is x2 else false

Suggestion Box / Bug Report