UNPKG

true-math

Version:

True Math - math library for numbers of arbitrary length

6 lines (4 loc) 129 B
import {INFINITY} from "../../main/constants.js"; export default function isPositiveInfinite(num) { return num === INFINITY; }