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