mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
b56e028733
For the most important packages at least.
4 lines
94 B
Go
4 lines
94 B
Go
/*
|
|
Package fixedn implements fixed point integers with arbitrary precision.
|
|
*/
|
|
package fixedn
|