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.
190 lines (84 loc) • 1.79 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [\_F64](./rc-js-util._f64.md)
## \_F64 class
Utilities relating to double precision floats.
**Signature:**
```typescript
export declare class _F64
```
## Remarks
See [\_F64](./rc-js-util._f64.md)<!-- -->.
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[bounds](./rc-js-util._f64.bounds.md)
</td><td>
`static`
</td><td>
[Range2d](./rc-js-util.range2d.md)<!-- --><Float64Array>
</td><td>
</td></tr>
<tr><td>
[mantissaBits](./rc-js-util._f64.mantissabits.md)
</td><td>
`static`
`readonly`
</td><td>
(not declared)
</td><td>
</td></tr>
<tr><td>
[mantissaPrecision](./rc-js-util._f64.mantissaprecision.md)
</td><td>
`static`
`readonly`
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[MAX\_VALUE](./rc-js-util._f64.max_value.md)
</td><td>
`static`
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[MIN\_POSITIVE\_VALUE](./rc-js-util._f64.min_positive_value.md)
</td><td>
`static`
</td><td>
number
</td><td>
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[getPrecision(value)](./rc-js-util._f64.getprecision.md)
</td><td>
`static`
</td><td>
</td></tr>
<tr><td>
[isEqual(a, b, delta)](./rc-js-util._f64.isequal.md)
</td><td>
`static`
</td><td>
</td></tr>
</tbody></table>