bool is_nan ( float $val )
is_nan() checks whether $val is ‘not a number’, like the result of acos(1.01)
※ available F/W version : all
TRUE if $val is 'not a number', FALSE otherwise
is_finite() / is_infinite()
This function is identical to the PHP group’s is_nan().