UNPKG

@rickosborne/rebound

Version:

Rick Osborne's utilities for working with bounded numbers

10 lines (9 loc) 407 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); import { real01 } from "./real01.mjs"; import { real255 } from "./real255.mjs"; const real255From01 = /* @__PURE__ */ __name((value) => real255.range.scaleValueFrom(value, real01.range), "real255From01"); export { real255From01 }; //# sourceMappingURL=real255-from-01.mjs.map