mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-02 11:33:49 +00:00
5 lines
94 B
Go
5 lines
94 B
Go
|
/*
|
||
|
Package fixedn implements fixed point integers with arbitrary precision.
|
||
|
*/
|
||
|
package fixedn
|