Feature: Polynomials and rational functions #469

Merged
lounres merged 132 commits from feature/polynomials into dev 2022-07-28 18:04:06 +03:00
2 changed files with 2074 additions and 43 deletions
Showing only changes of commit f147636e9d - Show all commits

View File

@ -17,6 +17,6 @@ package space.kscience.kmath.functions
"But at the same time makes it easy to make a mistake " +
"that will cause wrong computation result or even runtime error. " +
"Make sure you fully read and understand documentation.",
level = RequiresOptIn.Level.WARNING
level = RequiresOptIn.Level.ERROR
)
internal annotation class DelicatePolynomialAPI
public annotation class DelicatePolynomialAPI