MCPcopy 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}
77double exp(double num, void* unused)
78{
79 return exp(num);
80}
81double log(double num, void* unused)
82{
83 return log(num);

Callers 1

ExpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected