Skip to content

Commit 85312e3

Browse files
committed
updated readme
1 parent 87dfb1b commit 85312e3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/algorithms/readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Various algorithms developed for different purposes. Some are standard, some are
44

55
## Current list of Algorithms
66

7-
* isPrime(number) ![status](https://img.shields.io/badge/status-completed-brightgreen.svg)
7+
* isPrime ![status](https://img.shields.io/badge/status-completed-brightgreen.svg)
8+
* `dt.isPrime(integer);`
89
* *This checks to see if the number passed to it is prime.*
910

1011
* continuingFraction ![status](https://img.shields.io/badge/status-completed-brightgreen.svg)
11-
* decimal
12+
* decimal `dt.continuingFraction.decimal([array]);`
1213
* *This takes an array of integers and returns the results of running them as a continuing fraction. Returns as decimal number.*
13-
* reducedFraction
14+
* reducedFraction `dt.continuingFraction.reducedFraction([array]);`
1415
* *This takes an array of integers and returns the results of running them as a continuing fraction. Returns as a reduced fraction number.*
15-
* product
16+
* product `dt.continuingFraction.product([array]);`
1617
* *This takes an array of integers and returns the results of running them as a continuing fraction. Returns the product of the numerator and the denominator of the reduced fraction.*

0 commit comments

Comments
 (0)