1.0.9.20: Add #+sb-doc conditionals.
[sbcl.git] / tests / arith.pure.lisp
index 1505a57..f98ba64 100644 (file)
         (let ((x (random (ash 1 i))))
           (test x (test-logcount x))
           (test (- x) (test-logcount (- x))))))))
+
+;; 1.0 had a broken ATANH on win32
+(with-test (:name :atanh)
+  (assert (= (atanh 0.9d0) 1.4722194895832204d0)))
+