time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

Common.d.ts (484B)


      1 import { ContinuousShape } from "./Continuous.js";
      2 export declare const combineIntegralSums: (combineFn: (v1: number, v2: number) => number | undefined, v1: number | undefined, v2: number | undefined) => number | undefined;
      3 export declare const combineIntegrals: (combineFn: (v1: ContinuousShape, v2: ContinuousShape) => ContinuousShape | undefined, v1: ContinuousShape | undefined, v2: ContinuousShape | undefined) => ContinuousShape | undefined;
      4 //# sourceMappingURL=Common.d.ts.map