Packages

Byte quantity handling and formatting in Gleam

Current section

Files

Jump to
bytesize src ffi.mjs
Raw

src/ffi.mjs

export function ln(n) {
return Math.log(n);
}