diff --git a/C/arith2.c b/C/arith2.c index d4d5cb867..3e84b5a7a 100755 --- a/C/arith2.c +++ b/C/arith2.c @@ -1032,6 +1032,7 @@ static InitBinEntry InitBinTab[] = { {"#", op_xor}, {"><", op_xor}, {"xor", op_xor}, + {"atan", op_atan2}, {"atan2", op_atan2}, /* C-Prolog exponentiation */ {"^", op_power},