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

Function exp

gecode/float/val.hpp:412–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410#ifdef GECODE_HAS_MPFR
411
412 forceinline FloatVal
413 exp(const FloatVal& x) {
414 return FloatVal(exp(x.x));
415 }
416 forceinline FloatVal
417 log(const FloatVal& x) {
418 return FloatVal(log(x.x));

Callers 14

solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
extendAssignmentMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
postMethod · 0.50
solutionMethod · 0.50
solutionMethod · 0.50
extendAssignmentMethod · 0.50
solutionMethod · 0.50
GoldenSpiralMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected