allow atan(X,Y) again.

This commit is contained in:
Vitor Santos Costa 2010-09-27 22:01:38 +01:00
parent bb54a59063
commit c50ed643f9

View File

@ -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},