MCPcopy Create free account
hub / github.com/Gecode/gecode / operator *

Function operator *

gecode/float/val.hpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 forceinline FloatVal
200 operator *(const FloatVal& x, const FloatVal& y) {
201 return FloatVal(x.x*y.x);
202 }
203 forceinline FloatVal
204 operator *(const FloatVal& x, const FloatNum& y) {
205 return FloatVal(x.x*y);

Callers

nothing calls this directly

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected