JuliaMath / openlibm

High quality system independent, portable, open source libm implementation
https://openlibm.org
Other
515 stars 141 forks source link

openlibm Arithmetic Support? #273

Closed PowerUser1234 closed 1 year ago

PowerUser1234 commented 1 year ago

Instead of just Calculator function support, does openlibm support arithmetic mathematics?

+, -, *, /, integer /, %, +=, -=, *=, /=, /=, %=, ++x, --x, x++, x--

?

ararslan commented 1 year ago

I don't know what you mean by "calculator function support" but openlibm is a C library and those arithmetic operators are available in C.