Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ acos
Function
acos
gecode/float/val.hpp:450–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
return FloatVal(asin(x.x));
449
}
450
forceinline FloatVal
451
acos(const FloatVal& x) {
452
return FloatVal(acos(x.x));
453
}
454
forceinline FloatVal
455
atan(const FloatVal& x) {
456
return FloatVal(atan(x.x));
Callers
9
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
post
Method · 0.50
propagate
Method · 0.50
Calls
1
FloatVal
Class · 0.85
Tested by
no test coverage detected