Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ exp
Function
exp
NULLC/translation/std_math_bind.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
return floor(num);
76
}
77
double exp(double num, void* unused)
78
{
79
return exp(num);
80
}
81
double log(double num, void* unused)
82
{
83
return log(num);
Callers
1
Exp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected