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

Function tan

gecode/float/val.hpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 return FloatVal(cos(x.x));
441 }
442 forceinline FloatVal
443 tan(const FloatVal& x) {
444 return FloatVal(tan(x.x));
445 }
446 forceinline FloatVal
447 asin(const FloatVal& x) {
448 return FloatVal(asin(x.x));

Callers 10

solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
extendAssignmentMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
dopropagateMethod · 0.50
postMethod · 0.50
propagateMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected