mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-13 07:14:05 +08:00
Simplify Horner's Method code and add the link to it in main READMe.
This commit is contained in:
@ -73,6 +73,7 @@ a set of rules that precisely define a sequence of operations.
|
||||
* `B` [Complex Number](src/algorithms/math/complex-number) - complex numbers and basic operations with them
|
||||
* `B` [Radian & Degree](src/algorithms/math/radian) - radians to degree and backwards conversion
|
||||
* `B` [Fast Powering](src/algorithms/math/fast-powering)
|
||||
* `B` [Horner's method](src/algorithms/math/horner-method) - polynomial evaluation
|
||||
* `A` [Integer Partition](src/algorithms/math/integer-partition)
|
||||
* `A` [Square Root](src/algorithms/math/square-root) - Newton's method
|
||||
* `A` [Liu Hui π Algorithm](src/algorithms/math/liu-hui) - approximate π calculations based on N-gons
|
||||
|
Reference in New Issue
Block a user