Does Kmath have a documentation team or is there a...
# science
a
Does Kmath have a documentation team or is there a solid plan for documenting the code?
a
There is a plan, but currently there is not enough manpower to implement it.
It is currently the largest mathematical library in Kotlin, but its size is a problem in terms of documentation...
a
if I get informed about the plan, maybe I'm able to help. I'm not a pro when it comes to technical documentations but I have written some in the past. Currently I am writing some too.
a
The easiest way is to just study the code and add examples and documentation to things that are not obvious.
a
Alright. Let me get into it... If i start to write some documentation, are you available for reviewing them or perhaps give some instructions along the way?
a
Feel free to contact me here anytime. Also other KMath contributors like @Gleb Minaev (https://github.com/SciProgCentre/kmath-polynomial) or @Iaroslav Postovalov (https://github.com/SciProgCentre/kmath-gsl and other parts) could give a hand.
By the way, KMath-GSL does exactly what you want to do with a wrapper. Maybe it makes sense to update it.
🙌🏽 1
a
Yea I have to study these libraries more deeply🤓