allow atan(X,Y) again.
This commit is contained in:
parent
bb54a59063
commit
c50ed643f9
@ -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},
|
||||
|
Reference in New Issue
Block a user