Opened 4 years ago

Closed 4 years ago

#16371 closed enhancement (fixed)

math.h lacks declaration of exp10l() (and maybe others)

Reported by: th-otto Owned by: nobody
Priority: normal Milestone: R1/beta3
Component: System/libroot.so Version: R1/beta2
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

In an autoconf script, presence of exp10l() (the long double version) was detected (and even seems to work as tested by a small program). However, it is not declared in math.h, which leads to "incompatible implicit declaration", or even errors in C++.

Same applies maybe to some other long double versions of math functions.

Change History (1)

comment:1 by waddlesplash, 4 years ago

Component: - GeneralSystem/libroot.so
Milestone: UnscheduledR1/beta3
Resolution: fixed
Status: newclosed
Type: bugenhancement

Fixed in hrev54412.

Note: See TracTickets for help on using tickets.