MCPcopy Create free account
hub / github.com/bgrimstad/splinter / log

Function log

test/testingutilities.cpp:600–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600double log(double base, double x)
601{
602 return std::log(x) / std::log(base);
603}
604
605// Enumerates all permutations
606std::vector<std::vector<double>> linspace(std::vector<double> start, std::vector<double> end, std::vector<unsigned int> points)

Callers 1

setupTestFunctionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected