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

Function Sqrt

OsiInterface/Functions/MathFunctions.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 bool Sqrt(OsiArgumentDesc & args)
86 {
87 auto x = args[0].Float;
88 args[1].Float = sqrt(x);
89 return true;
90 }
91
92 bool Exp(OsiArgumentDesc & args)
93 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected