Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdBasic math utilities
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
a month ago (0.0.0)
default
Math functions such as modulo and clamp.
f
clamp
Clamp a number within the inclusive [min, max] range.
f
modulo
Computes the floored modulo of a number.
T
f
roundTo
Round a number to a specified number of digits.