is_infinite(): Finds whether a value is infinite or not

<?Php
echo is_infinite(2);
echo "<br>";
echo is_infinite(5/10);
echo "<br>";
echo is_infinite(log(0)); Output 1 
?>
Syntax
bool is_infinite ( float $input )
ParameterDESCRIPTION
$inputRequired : Number to check.
The output is TRUE if $input is infinite, else False.
Math Functions is_finite(): to findout legal finite number or not decbin() Binary equivalent of decimal number
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com







    Post your comments , suggestion , error , requirements etc here





    PHP video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer