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

◆ IsNormal_sub()

Sub IsNormal_sub ( Ret As  Boolean,
X As  Double 
)

Determine if normal number (Subroutine version)

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