Home > rc-js-util > mathHypot2
As per Math.hypot, expect with 2 args.
Signature:
export declare function mathHypot2(a: number, b: number): number;
Returns:
number
See mathHypot2().