Skip to content

Commit 79560da

Browse files
📚 docs(README): Add links to other projects.
1 parent f5c5235 commit 79560da

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33

44
<img src="https://upload.wikimedia.org/wikipedia/commons/1/17/Number-systems.svg" width="864">
55

6-
Rational numbers code bricks for JavaScript.
6+
Fractions for JavaScript.
7+
See
8+
[@aureooms/js-rational-field](https://aureooms.github.io/js-rational-field)
9+
for an implementation of the rational field ℚ base on this library
10+
and
11+
[@aureooms/js-integer](https://aureooms.github.io/js-integer).
12+
See [docs](https://aureooms.github.io/js-rational).
13+
Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
714

815
```js
916
let [ a , b ] = add( 1 , 10 , 1 , 5 ) ;

0 commit comments

Comments
 (0)