XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ IsNormal()

Function IsNormal ( X As  Double)

Determine if normal number

Purpose
Determines if the given argument is normal number.
Returns
Boolean
If X is the normal number, True is returned. Otherwise, False is returned. Also False is returned for 0, infinite and NaN values.
Parameters
[in]XArgument to be examined.