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

Function cos

gecode/float/val.hpp:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 return FloatVal(sin(x.x));
437 }
438 forceinline FloatVal
439 cos(const FloatVal& x) {
440 return FloatVal(cos(x.x));
441 }
442 forceinline FloatVal
443 tan(const FloatVal& x) {
444 return FloatVal(tan(x.x));

Callers 13

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
postMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected