UNPKG

@thi.ng/math

Version:

Assorted common math functions & utilities

9 lines 204 B
import type { FnN2 } from "@thi.ng/api"; /** * Returns `a` divided by `b` or zero if `b = 0`. * * @param a - * @param b - */ export declare const safeDiv: FnN2; //# sourceMappingURL=safe-div.d.ts.map