Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ sqrt
Function
sqrt
gecode/float/val.hpp:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
return FloatVal(abs(x.x));
367
}
368
forceinline FloatVal
369
sqrt(const FloatVal& x) {
370
return FloatVal(sqrt(x.x));
371
}
372
forceinline FloatVal
373
sqr(const FloatVal& x) {
374
return FloatVal(square(x.x));
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
post
Method · 0.50
post
Method · 0.50
Create
Method · 0.50
post
Method · 0.50
mm-arithmetic.cpp
File · 0.50
Calls
1
FloatVal
Class · 0.85
Tested by
no test coverage detected