MCPcopy Create free account
hub / github.com/Gecode/gecode / sin

Function sin

gecode/float/val.hpp:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 }
433
434 forceinline FloatVal
435 sin(const FloatVal& x) {
436 return FloatVal(sin(x.x));
437 }
438 forceinline FloatVal
439 cos(const FloatVal& x) {
440 return FloatVal(cos(x.x));

Callers 12

solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
extendAssignmentMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
GoldenSpiralMethod · 0.50
ArchimedeanSpiralMethod · 0.50
dopropagateMethod · 0.50
postMethod · 0.50
propagateMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected