Go stdlib package — math/big. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.Float.Abs()NeutralFloat.Abs(x *Float) *Float
Abs sets z to the (possibly rounded) value |x| (the absolute value of x)
.Float.Acc()NeutralFloat.Acc() Accuracy
Acc returns the accuracy of x produced by the most recent
.Float.Add()NeutralFloat.Add(x *Float, y *Float) *Float
Add sets z to the rounded sum x+y and returns z. If z's precision is 0,
.Float.Append()NeutralFloat.Append(buf []byte, fmt byte, prec int) []byte
Append appends to buf the string form of the floating-point number x,
.Float.Copy()NeutralFloat.Copy(x *Float) *Float
Copy sets z to x, with the same precision, rounding mode, and
.Float.Float32()NeutralFloat.Float32() (float32, Accuracy)
Float32 returns the float32 value nearest to x. If x is too small to be
.Float.Float64()NeutralFloat.Float64() (float64, Accuracy)
Float64 returns the float64 value nearest to x. If x is too small to be
| FQN | Field | |
|---|---|---|
| math/big | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
// standard library — no go.mod entry required
from codepathfinder.go_rule import ... # math/big