We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e508e commit 0a25b25Copy full SHA for 0a25b25
src/platforms/herbie20.rkt
@@ -201,5 +201,5 @@
201
#:spec x #:fpcore (! :precision binary64 (cast x)) #:impl identity #:cost 64)
202
203
(define-operation (81-cosz0PI190 [z0 <binary64>]) <binary64>
204
- #:spec (cos (* (* z0 (PI)) -1/180)) #:impl (from-rival)
+ #:spec (* 1/2 (cos (* (* z0 (PI)) -1/90))) #:impl (from-rival)
205
#:fpcore (! :precision binary64 (81-cosz0PI190 z0)) #:cost 1000)
0 commit comments