-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing traits #13
Comments
I can do this over the next day or two. What is the |
It's the inverse |
I've added the traits in my own version: The Display needs some work though in order to prevent allocating. |
In order for f128 to be used in |
I've added some more (half-implemented) traits in my fork. |
There is a mul-add function included with the GCC library, so it shouldnt be hard to implement |
I've added the Display trait. It isn't fully implemented but you can specify a precision. There is no option for scientific / exponential notation yet |
Bumping this to ask for the |
The function quadmath_snprintf in libquadmath should support this. I have a
few changes planned, i can batch this in.
…On Thu, Nov 9, 2023 at 2:26 AM Oscar Gustafsson ***@***.***> wrote:
Bumping this to ask for the LowerExp trait (as pointed out above, for
scientific/exponential notation). (I may even try to dig into it myself.)
—
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB27MNHQ2NLCDJIEWMVAQLTYDSVTTAVCNFSM4G7TOH4KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBQGM2TMMRRGUYA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
another useful trait that I miss is |
Some common traits are missing, such as Display, Debug, Default and Inv.
The text was updated successfully, but these errors were encountered: