fdlibm: maths lib

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
dseller
Member
Member
Posts: 84
Joined: Thu Jul 03, 2014 5:18 am
Location: The Netherlands
Contact:

fdlibm: maths lib

Post by dseller »

Hi guys, maybe you are interested in this too! I found a fairly "free" maths library which you can use in your O/S development adventures. It's pretty autonomous in the way that it can be compiled stand-alone, and this is of course perfect for operating system development. I wanted some floating point support in my terminal code, so I stumbled upon this: http://www.netlib.org/fdlibm/
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

Re: fdlibm: maths lib

Post by obiwac »

This is quite interesting. I'll probably use it in my OS, if it's faster than my current implementation. Thanks!
heat
Member
Member
Posts: 103
Joined: Sat Mar 28, 2015 11:23 am
Libera.chat IRC: heat

Re: fdlibm: maths lib

Post by heat »

obiwac wrote:This is quite interesting. I'll probably use it in my OS, if it's faster than my current implementation. Thanks!
Would you stop necro'ing posts?
If some of you people keep insisting on having backwards compatibitity with the stone age, we'll have stone tools forever.
My Hobby OS: https://github.com/heatd/Onyx
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

Re: fdlibm: maths lib

Post by obiwac »

I didn't check the date. Sorry.
Post Reply