MCPcopy Create free account
hub / github.com/WheretIB/nullc / log

Function log

NULLC/translation/std_math_bind.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return exp(num);
80}
81double log(double num, void* unused)
82{
83 return log(num);
84}
85double sqrt(double num, void* unused)
86{
87 return sqrt(num);

Callers 1

LogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected