openlibm

Portable, open source implementation of C math library (libm)

brewmacoslinux
Try with needOr install directly
Source

About

High quality, portable, open source libm implementation

Commands

openlibm

Examples

Link openlibm to a C program that uses math functions$ gcc myprogram.c -o myprogram -L$(brew --prefix openlibm)/lib -lopenlibm -I$(brew --prefix openlibm)/include
Check openlibm installation path for library files$ ls $(brew --prefix openlibm)/lib
View openlibm header files location$ ls $(brew --prefix openlibm)/include