Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 769 Bytes

TODO.md

File metadata and controls

36 lines (31 loc) · 769 Bytes

TODO

Core changes :-

  • Write another matrix class or modify the current one to accept large matrix sizes.

    • Must write a better algorithm for matrix transpose.
  • Add error-handling system.

  • Replace symbolic constants with alphabetical ones

Implement :-

  • sin()
  • cos()
  • tan()
  • sec()
  • cosec()
  • cot()
  • arc_sin()
  • arc_cos()
  • arc_tan()
  • decimal_places()
  • trunc()
  • frac()
  • fmod()
  • div()
  • min_max()
  • modf()
  • gamma()
  • beta()
  • gcd()
  • lcm()
  • factorial()
  • fibonacci()
  • Newton's Forward Difference Formula()
  • Lagrange Interpolation()