Skip to content

latest Release

Latest
Compare
Choose a tag to compare
@adamLutPhi adamLutPhi released this 26 Apr 08:21
· 6 commits to main since this release
bb9cab6

What's New

Mpmath has been added,
for differentiation and integration

Function List:

  1. isIndexValid(x, arr, margin=0)
  2. isScalar(x)
  3. getTuple(x, start=0)
  4. checkTuple(x)
  5. handleTuple(x)
  6. diff(xVal,yVal, kernel = lambda x,y: 3xy + 2*y - x)
  7. differentiate(kernel =lambda x: x**2 + x ,x=1.0)
  8. f(x)
    and more