Skip to content

Commit aeb34f9

Browse files
committed
Add link for Horner's method
1 parent 0429a05 commit aeb34f9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/links/database.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,6 +2006,17 @@
20062006
"format"
20072007
]
20082008
},
2009+
"https://en.wikipedia.org/wiki/Horner%27s_method": {
2010+
"id": "horners-method",
2011+
"description": "Wikipedia entry for Horner's method, an algorithm for evaluating polynomials.",
2012+
"short_url": "",
2013+
"keywords": [
2014+
"horner",
2015+
" polynomials",
2016+
" algorithm",
2017+
" math"
2018+
]
2019+
},
20092020
"https://en.wikipedia.org/wiki/IEEE_floating_point": {
20102021
"id": "ieee754",
20112022
"description": "Wikipedia entry on the IEEE Standard for Floating-Point Arithmetic (754).",

0 commit comments

Comments
 (0)