Skip to content
Snippets Groups Projects
Commit f9b7c698 authored by dtc's avatar dtc
Browse files

Restore the defined result type for sin and cos to (or (float -1.0

1.0) (complex float)) as the problems this was causing have been fixed
elsewhere.
parent ac7b365e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.77 1997/12/04 04:05:34 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.78 1997/12/20 19:52:01 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
#+propagate-fun-type #+propagate-fun-type
(progn (progn
(defknown (sin cos) (number) (defknown (sin cos) (number)
irrational (or (float -1.0 1.0) (complex float))
(movable foldable flushable explicit-check recursive)) (movable foldable flushable explicit-check recursive))
(defknown atan (defknown atan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment