oz123 / awesome-c

A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Creative Commons Attribution Share Alike 4.0 International
9.48k stars 834 forks source link

Suggested library #189

Open awsdert opened 3 years ago

awsdert commented 3 years ago

I've made this one: https://gitlab.com/awsdert/alu

I'd like you to add it to the list of bignum libraries later, it supports both integers and floating point numbers (that 2nd one was a nightmare get working). The current features missing from the library are functions for transforming to and from text and the wrapper functions that manage a number stack for simplifying usage of the library. If you can add promising alphas or something then that would also be a good place to add it until I return to this thread to say it's ready for mainstream usage, for now it's just ready for toying around with. I'll be using it in another project I'm working on called gasp so I will get back to this library and bring it out of alpha into releasable state