We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac9ea5 commit eb53c21Copy full SHA for eb53c21
0069-sqrtx/0069-sqrtx.ts
@@ -0,0 +1,3 @@
1
+function mySqrt(x: number): number {
2
+ return Math.floor(Math.sqrt(x));
3
+};
0 commit comments