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

Function Ceil

OsiInterface/Functions/MathFunctions.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 bool Ceil(OsiArgumentDesc & args)
57 {
58 auto x = args[0].Float;
59 args[1].Float = ceil(x);
60 return true;
61 }
62
63 bool Floor(OsiArgumentDesc & args)
64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected