added note about inefficiency

This commit is contained in:
2017-07-31 13:04:13 -04:00
parent 8bf048b53d
commit 80756ebb7a

View File

@@ -1,11 +1,13 @@
# silly
A toy library implementing fixed-point arithmetic.
Please don't use it, the name is descriptive.
Please dont use it, the name is descriptive.
Its also pretty inefficient.
## Installation
Don't. The makefile only includes a test target, because I want to test my code.
Dont. The makefile only includes a test target, because I want to test my code.
## Usage