USF-OS / FogOS

Other
1 stars 24 forks source link

Math library #6

Open nogagottlieb opened 4 months ago

nogagottlieb commented 4 months ago

Param and I (Noga) want to add the math library to our FogOS.

malensek commented 4 months ago

I like the idea. Ideally this could be a separate math.h and math.c that user programs can include if they need it.

Would you be implementing everything in the standard C math library? A subset?

nogagottlieb commented 4 months ago

A subset will probably be a better idea since there are over 20 functions. How many are you expecting us to implement?