func_maths_isinf.rst 286 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_maths_isinf:
  2. =====
  3. IsInf
  4. =====
  5. IsInf -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. IsInf( x:Double )
  10. Check if a value is infinite (eg: 1.0/0.0)
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. True if @x is infinite
  16. Examples
  17. ========
  18. See Also
  19. ========