Documentation ¶ Index ¶ type Comparer func Complex128(places int) Comparer[complex128] func Complex64(places int) Comparer[complex64] func Float32(places int) Comparer[float32] func Float64(places int) Comparer[float64] Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Comparer ¶ type Comparer[T any] func(act, exp T) (equal bool, msg string) func Complex128 ¶ added in v2.1.1 func Complex128(places int) Comparer[complex128] func Complex64 ¶ added in v2.1.1 func Complex64(places int) Comparer[complex64] func Float32 ¶ func Float32(places int) Comparer[float32] func Float64 ¶ func Float64(places int) Comparer[float64] Source Files ¶ View all Source files equality.go float.go Click to show internal directories. Click to hide internal directories.