forked from TrueCloudLab/neoneo-go
5 lines
94 B
Go
5 lines
94 B
Go
|
/*
|
||
|
Package fixedn implements fixed point integers with arbitrary precision.
|
||
|
*/
|
||
|
package fixedn
|