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) • 426 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [\_Number](./rc-js-util._number.md) > [f64](./rc-js-util._number.f64.md)
## \_Number.f64 property
Utilities relating to double precision floats.
**Signature:**
```typescript
static f64: typeof _F64;
```
## Remarks
See [\_F64](./rc-js-util._f64.md)<!-- -->.