initNegInf
import { initNegInf } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/number.ts";A constant function that always returns Number.NEGATIVE_INFINITY. This is the maximum identity and is used as the init value for InitializableNumberMiximum.
@example
import * as N from "./number.ts";
const result = N.initNegInf(); // Number.NEGATIVE_INFINITY
function initNegInf(): number;