UNPKG

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
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [\_F32](./rc-js-util._f32.md) ## \_F32 class Utilities relating to single precision floats. **Signature:** ```typescript export declare class _F32 ``` ## 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._f32.bounds.md) </td><td> `static` </td><td> [Range2d](./rc-js-util.range2d.md)<!-- -->&lt;Float32Array&gt; </td><td> </td></tr> <tr><td> [mantissaBits](./rc-js-util._f32.mantissabits.md) </td><td> `static` `readonly` </td><td> (not declared) </td><td> </td></tr> <tr><td> [mantissaPrecision](./rc-js-util._f32.mantissaprecision.md) </td><td> `static` `readonly` </td><td> number </td><td> </td></tr> <tr><td> [MAX\_VALUE](./rc-js-util._f32.max_value.md) </td><td> `static` </td><td> number </td><td> </td></tr> <tr><td> [MIN\_POSITIVE\_VALUE](./rc-js-util._f32.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._f32.getprecision.md) </td><td> `static` </td><td> </td></tr> <tr><td> [isEqual(a, b, delta)](./rc-js-util._f32.isequal.md) </td><td> `static` </td><td> </td></tr> </tbody></table>