Skip to content

API Reference

kian140908 edited this page Dec 13, 2025 · 7 revisions

class: Polynomier:

  • funktions:
  • andengrads(a or list, b, c)
    "Is used to find x if fx. -2x^2+5x+6=0"
    example:
    `from matematik_klib import Polynomier

x = Polynomier.andengrads(-2, 5, 6)
print(x)`

Clone this wiki locally