开源Go语言数值算法库(An open numerical library purely based on Go programming language)
go
interpolation
matrix
mathematics
scientific-computing
fitting
integral
linear-equations
numerical-methods
numerical
ode-solver
pde-solver
-
Updated
Dec 11, 2019 - Go
One of the many amazing features of Python is the way it handles docstrings. Documentation is not just available as generated (HTML) documents. It is also available at runtime, e.g. by using the help function, not unlike the
--helpargument offered by most Linux command line tools.The docs