MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / division

Function division

include/chaiscript/dispatchkit/operators.hpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191 template<typename T>
192 void division(Module& m)
193 {
194 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs/rhs;}), "/");
195 }
196
197 template<typename T>
198 void left_shift(Module& m)

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected