is_nan

 bool is_nan ( float $val ) 

説明

Checks whether val is 'not a number', like the result of acos(1.01).

戻り値

Returns TRUE if val is 'not a number', else FALSE.