Tests generation for numbered utilities in progress.

This commit is contained in:
Gleb Minaev 2022-07-01 14:46:05 +03:00
parent c8b9951f46
commit f147636e9d
2 changed files with 2074 additions and 43 deletions

View File

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