3 lines
184 B
TypeScript
3 lines
184 B
TypeScript
|
|
export declare const gcd: (a: number, b: number) => number;
|
||
|
|
export declare const numWord: (value: number, words: [string, string, string]) => string;
|
||
|
|
//# sourceMappingURL=math.d.ts.map
|