MCPcopy Create free account
hub / github.com/gavv/httpexpect / NotEqualDelta

Method NotEqualDelta

number.go:302–304  ·  view source on GitHub ↗

Deprecated: use NotInDelta instead.

(value, delta float64)

Source from the content-addressed store, hash-verified

300
301// Deprecated: use NotInDelta instead.
302func (n *Number) NotEqualDelta(value, delta float64) *Number {
303 return n.NotInDelta(value, delta)
304}
305
306// InDeltaRelative succeeds if two numbers are within relative delta of each other.
307//

Callers

nothing calls this directly

Calls 1

NotInDeltaMethod · 0.95

Tested by

no test coverage detected