diff --git a/src/code/irrat.lisp b/src/code/irrat.lisp index 4ea134e7c3951e2910270af0a2cde578fff4608d..5f24bf9a4325e12ec89648a3fc148b9bafd7b15d 100644 --- a/src/code/irrat.lisp +++ b/src/code/irrat.lisp @@ -68,7 +68,7 @@ (def-math-rtn ("fdlibm_cos" %cos) 1) (def-math-rtn ("fdlibm_tan" %tan) 1) (def-math-rtn ("fdlibm_atan" %atan) 1) -(def-math-rtn "atan2" 2) +(def-math-rtn ("__ieee754_atan2" %atan2) 2) (def-math-rtn ("__ieee754_asin" %asin) 1) (def-math-rtn ("__ieee754_acos" %acos) 1) (def-math-rtn ("__ieee754_sinh" %sinh) 1)