UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

9 lines 209 B
/** * @public * As per Math.hypot, expect with 2 args. * * @remarks * See {@link mathHypot2}. */ export declare function mathHypot2(a: number, b: number): number; //# sourceMappingURL=math-hypot.d.ts.map