UNPKG

@rickosborne/rebound

Version:

Rick Osborne's utilities for working with bounded numbers

7 lines 255 B
import type { Real01 } from "./real01.js"; import type { Real255 } from "./real255.js"; /** * Convert a {@link Real01} to a {@link Real255}. */ export declare const real255From01: (value: Real01) => Real255; //# sourceMappingURL=real255-from-01.d.ts.map