MCPcopy Create free account
hub / github.com/d3/d3-array / fcumsum-test.js

File fcumsum-test.js

test/fcumsum-test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from "assert";
2import {cumsum, fcumsum} from "../src/index.js";
3
4it("fcumsum(array) returns a Float64Array of the expected length", () => {

Callers

nothing calls this directly

Calls 3

cumsumFunction · 0.90
fcumsumFunction · 0.90
lastcFunction · 0.85

Tested by

no test coverage detected