js-util

Home > rc-js-util > mathHypot2

mathHypot2() function

As per Math.hypot, expect with 2 args.

Signature:

export declare function mathHypot2(a: number, b: number): number;

Parameters

Parameter Type Description
a number  
b number  

Returns:

number

Remarks

See mathHypot2().