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

Function Log

NULLC/includes/math.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 double Log(double num)
81 {
82 return log(num);
83 }
84
85 double Sqrt(double num)
86 {

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected