neo-go/pkg/encoding/fixedn
Roman Khimov b4e4567c2b *: don't use CompareTo name for three-way comparison functions
"Compare" is almost a standard one now, although math/big uses Cmp for historic
reasons (keys.PublicKey does so too). This also fixes Fixed8 since int64 to int
conversion is lossy.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-08-27 12:29:44 +03:00
..
decimal.go [#2442] English Check 2022-05-04 19:48:27 +03:00
decimal_test.go fixedn: add a test for empty string 2022-08-19 21:52:43 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
fixed8.go *: don't use CompareTo name for three-way comparison functions 2024-08-27 12:29:44 +03:00
fixed8_test.go *: don't use CompareTo name for three-way comparison functions 2024-08-27 12:29:44 +03:00