We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0429a05 commit aeb34f9Copy full SHA for aeb34f9
1 file changed
docs/links/database.json
@@ -2006,6 +2006,17 @@
2006
"format"
2007
]
2008
},
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
+ },
2020
"https://en.wikipedia.org/wiki/IEEE_floating_point": {
2021
"id": "ieee754",
2022
"description": "Wikipedia entry on the IEEE Standard for Floating-Point Arithmetic (754).",
0 commit comments