Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ log
Function
log
gecode/float/val.hpp:416–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
return FloatVal(exp(x.x));
415
}
416
forceinline FloatVal
417
log(const FloatVal& x) {
418
return FloatVal(log(x.x));
419
}
420
421
forceinline FloatVal
422
fmod(const FloatVal& x, const FloatVal& y) {
Callers
15
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
post
Method · 0.50
solution
Method · 0.50
extendAssignment
Method · 0.50
post
Method · 0.50
Calls
1
FloatVal
Class · 0.85
Tested by
no test coverage detected