We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72afbc commit 247e6feCopy full SHA for 247e6fe
README.md
@@ -18,6 +18,24 @@ Source : http://floating-point-gui.de/
18
I wrote this because I needed to do simple computation in the browser
19
and I couldn't find a lightweight library to do it.
20
21
+How to use?
22
+===========
23
+
24
25
+In the browser
26
+--------------
27
28
+ <script src="lib/decimal.js"></script>
29
30
+In node
31
+-------
32
33
+ npm install decimal
34
35
+then in your program
36
37
+ var Decimal = require('decimal');
38
39
40
Examples
41
=======
0 commit comments