diff options
Diffstat (limited to 'std/Math.bruijn')
-rw-r--r-- | std/Math.bruijn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/Math.bruijn b/std/Math.bruijn index 81a96d0..47b0267 100644 --- a/std/Math.bruijn +++ b/std/Math.bruijn @@ -5,7 +5,7 @@ :input std/Number . # greatest common divisor -gcd Z [[[(1 =? 0) case-eq ((1 >? 0) case-gre case-les)]]] +gcd z [[[(1 =? 0) case-eq ((1 >? 0) case-gre case-les)]]] case-eq 1 case-gre 2 (1 - 0) 0 case-les 2 1 (0 - 1) |