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

Method product

include/chaiscript/dispatchkit/boxed_number.hpp:876–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874 }
875
876 static const Boxed_Number product(const Boxed_Number &t_lhs, const Boxed_Number &t_rhs)
877 {
878 return Boxed_Number(oper(Operators::Opers::product, t_lhs.bv, t_rhs.bv));
879 }
880
881 static const Boxed_Number remainder(const Boxed_Number &t_lhs, const Boxed_Number &t_rhs)
882 {

Callers

nothing calls this directly

Calls 1

Boxed_NumberClass · 0.70

Tested by

no test coverage detected