Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2025 v1.0.0 Jul 28, 2025 Changes in this version + func Binary2Float32(data []byte) (float32, error) + func Binary2Float64(data []byte) (float64, error) + func Binary2Int16(data []byte) (int16, error) + func Binary2Int32(data []byte) (int32, error) + func Binary2Int64(data []byte) (int64, error) + func Binary2UInt16(data []byte) (uint16, error) + func Binary2UInt32(data []byte) (uint32, error) + func Binary2UInt64(data []byte) (uint64, error) + func CheckFloat32Special(value float32) bool + func CheckFloat64Special(value float64) bool + func Float32CheckOver(value, delta float32) bool + func Float32toBinary(value float32) []byte + func Float64CheckOver(value, delta float64) bool + func Float64toBinary(value float64) []byte + func Int16CheckOver(value, delta int16) bool + func Int16toBinary(value int16) []byte + func Int32CheckOver(value, delta int32) bool + func Int32toBinary(value int32) []byte + func Int64CheckOver(value, delta int64) bool + func Int64toBinary(value int64) []byte + func UInt16CheckOverFlow(value, delta uint16) bool + func UInt16toBinary(value uint16) []byte + func UInt32CheckOverFlow(value, delta uint32) bool + func UInt32toBinary(value uint32) []byte + func UInt64CheckOverFlow(value, delta uint64) bool + func UInt64toBinary(value uint64) []byte + func UintCheckUnderFlow[T generic.Unsigned](value, delta T) bool