Missing functions in FloatingPoint
API?
#534
Replies: 3 comments 3 replies
-
I don't think there's a reason. The users of the |
Beta Was this translation helpful? Give feedback.
-
Some other functions from the
|
Beta Was this translation helpful? Give feedback.
-
One possible starting point for a native Bluespec implementation is to adapt the code in the LibBF library, which provides an implementation of arbitrary-precision IEEE754 floating-point numbers in a style very similar to what Bluespec's |
Beta Was this translation helpful? Give feedback.
-
I've been playing around with the
FloatingPoint
package for a bit, and while it mostly does what I want, I was surprised not to find versions of the standard trigonometric functions (sin
,cos
,tan
, etc.) forFloatingPoint
. Is their omission intentional? I noticed that they are defined overReal
s, butReal
doesn't suffice for my needs since it is not an instance ofBits
.Beta Was this translation helpful? Give feedback.
All reactions