Skip to content

Commit 1562244

Browse files
committed
Add SQRT2 constant definition
1 parent c009a03 commit 1562244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math.gs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
%define PI 3.141592653589793
22
%define E 2.718281828459045
3+
%define SQRT2 1.4142135623730951
34

45
# Return the minimum of `A` and `B`.
56
%define MIN(A,B) ((A) - ((A) - (B)) * ((A) > (B)))

0 commit comments

Comments
 (0)