MCPcopy Create free account
hub / github.com/Norbyte/ositools / Log

Function Log

OsiInterface/Functions/MathFunctions.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 bool Log(OsiArgumentDesc & args)
112 {
113 auto x = args[0].Float;
114 args[1].Float = log(x);
115 return true;
116 }
117
118 bool IsDivisible(OsiArgumentDesc & args)
119 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected