functionalscript
Version:
FunctionalScript is a purely functional subset of JavaScript
32 lines (31 loc) • 729 B
TypeScript
export declare const clz32Log2: (v: bigint) => bigint;
declare const _default: {
example: () => void;
benchmark: () => {
big: {
[k: string]: () => void;
};
small: {
[k: string]: () => void;
};
};
mask: () => void;
sum: () => void;
abs: (() => void)[];
serialize: (() => void)[];
log2: (() => void)[];
toString2: () => void;
minus: () => void;
not: () => void;
bitLen: {
0: () => void;
m: () => void;
big: () => void;
neg: (() => void)[];
};
factorial: () => void;
combination: () => void;
combination50x50: () => void;
combination3: () => void;
};
export default _default;