-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alex Cole edited this page Jan 14, 2021
·
3 revisions
Welcome to the numeric wiki!
Numeric is a mathematical package is a numpy or matlab like api for operating directly upon n-dimensional values held in the ArrayND class.
#Polynomial Class
The polynomial class operates in the same way that the numpy polynomial class works with accepting values as a parameter and calculating what that value of the given polynomial. This is mainly a convenience class.