We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cc665 commit 55f9241Copy full SHA for 55f9241
LowLevel/BitManip.scope
@@ -1,3 +1,5 @@
1
+namespace LowLevel;
2
+
3
/%
4
Converts @"num" into a 64 character binary number.
5
LowLevel/Floats.scope
@@ -1,5 +1,7 @@
import "LowLevel/BitManip";
6
Returns the exponent of @"d" as a raw int.
7
%/
Math/Core.scope
+namespace Math;
@asm
Math/Factors.scope
@unoptimized: This functions is slow for large values.
@complexity: O(sqrt(n))
Math/Rounding.scope
@@ -1,5 +1,9 @@
import "LowLevel/Floats";
+using LowLevel;
8
Rounds @"input" down to the nearest whole.
9
0 commit comments