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.
19 lines (10 loc) • 450 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [\_Math](./rc-js-util._math.md) > [hypot2](./rc-js-util._math.hypot2.md)
## \_Math.hypot2 property
As per Math.hypot, expect with 2 args.
**Signature:**
```typescript
static readonly hypot2: typeof mathHypot2;
```
## Remarks
See [mathHypot2()](./rc-js-util.mathhypot2.md)<!-- -->.