更新
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
declare function isClose(
|
||||
a: number,
|
||||
b: number,
|
||||
relTol?: number,
|
||||
absTol?: number
|
||||
): boolean;
|
||||
|
||||
export = isClose;
|
||||
Reference in New Issue
Block a user