Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 466 Bytes

Finite.md

File metadata and controls

33 lines (24 loc) · 466 Bytes

Finite

  • Finite()

Validates if the input is a finite number.

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

Categorization

  • Math
  • Numbers

Changelog

Version Description
1.0.0 Created

See also: