MCPcopy Create free account
hub / github.com/covscript/covscript / ln

Function ln

sources/instance/type_ext.cpp:1101–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099 }
1100
1101 numeric ln(const numeric &n)
1102 {
1103 return std::log(n.as_float());
1104 }
1105
1106 numeric log10(const numeric &n)
1107 {

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected