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

Function Sin

OsiInterface/Functions/MathFunctions.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 bool Sin(OsiArgumentDesc & args)
29 {
30 auto x = args[0].Float;
31 args[1].Float = sin(x);
32 return true;
33 }
34
35 bool Cos(OsiArgumentDesc & args)
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected