math/big.Float.ord (method)

3 uses

	math/big (current package)
		float.go#L1680: 	mx := x.ord()
		float.go#L1681: 	my := y.ord()
		float.go#L1709: func (x *Float) ord() int {