Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ cos
Function
cos
gecode/float/val.hpp:438–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
436
return FloatVal(sin(x.x));
437
}
438
forceinline FloatVal
439
cos(const FloatVal& x) {
440
return FloatVal(cos(x.x));
441
}
442
forceinline FloatVal
443
tan(const FloatVal& x) {
444
return FloatVal(tan(x.x));
Callers
13
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
GoldenSpiral
Method · 0.50
ArchimedeanSpiral
Method · 0.50
dopropagate
Method · 0.50
post
Method · 0.50
post
Method · 0.50
Calls
1
FloatVal
Class · 0.85
Tested by
no test coverage detected