This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

signbit


Hello!

math.h has a macro for signbit(x) that uses __signbitf() and __signbitd() which are functions defined in newlib/libm/common/s_signbit.c

But there are no __sinbitf and __signbitd prototype declarations in math.h

Isn't this a bug?

--
Best Regards
Artem B. Bityuckiy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]