-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alex Cole edited this page Jan 17, 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.
The primary way of interacting with this library is with the numeric
object. Like import numpy as np
one would import numeric
but where the functions are needed simply val nk = numeric
#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.