Home > Backend Development > PHP Tutorial > iphone math Math function --> is_nan()

iphone math Math function --> is_nan()

WBOY
Release: 2016-07-28 08:30:11
Original
1358 people have browsed it

is_nan()

Meaning: Determine whether it is a legal value

Description: bool is_nan(float $val)

Parameter: $val is the value to be judged

Return value: Ifval 不是一个数字返回 TRUE, otherwise return FALSE

Note: NAN represents an undefined or unexpressible value in floating point operations

The above introduces the iphone math Math function --> is_nan(), including the content of iphone math. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template