UNPKG

@rickosborne/rebound

Version:

Rick Osborne's utilities for working with bounded numbers

8 lines 316 B
import { type Int255 } from "./int255.js"; import { type Real01 } from "./real01.js"; /** * Convert a {@link Real01} to an {@link Int255}. */ export declare function int255From01(value: Real01): Int255; export declare function int255From01(value: undefined): undefined; //# sourceMappingURL=int255-from-01.d.ts.map