Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
solution
Method · 0.50
post
Method · 0.50
solution
Method · 0.50
extendAssignment
Method · 0.50
post
Method · 0.50
solution
Method · 0.50
post
Method · 0.50
solution
Method · 0.50
solution
Method · 0.50
extendAssignment
Method · 0.50
solution
Method · 0.50
GoldenSpiral
Method · 0.50
Calls
1
FloatVal
Class · 0.85
Tested by
no test coverage detected