Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Supercip971/WingOS
/ expl
Function
expl
src/libmath/expl.c:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
71
long double expl(long double x)
72
{
73
return exp(x);
74
}
75
#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384
76
77
static const long double P[3] = {
Callers
4
coshl
Function · 0.85
stirf
Function · 0.85
erfc2
Function · 0.85
sinhl
Function · 0.85
Calls
4
exp
Function · 0.85
floorl
Function · 0.85
__polevll
Function · 0.85
scalbnl
Function · 0.85
Tested by
no test coverage detected