Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 444 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 444 Bytes

horner

Evaluates polynomial using Horner's scheme (n additions and n multiplications)

Formal specification

Input Output Time Complexity Space Complexity
X: { (x, (an)) ∈ ℝn+1 } Y: ℝ O(n) O(1)