time-to-botec

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

math.d.ts (210B)


      1 import { ImmutableMap } from "../utility/immutableMap.js";
      2 import { Value } from "../value/index.js";
      3 export declare function makeMathConstants(): ImmutableMap<string, Value>;
      4 //# sourceMappingURL=math.d.ts.map