Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 468 Bytes

Finite.md

File metadata and controls

33 lines (24 loc) · 468 Bytes

Finite

  • Finite()

Validates if the input is a finite number.

v::finite()->validate('10'); // true
v::finite()->validate(10); // true

Categorization

  • Math
  • Numbers

Changelog

Version Description
1.0.0 Created

See also: