To the author of the Peano package, firstly, let me say you have done amazing work! It made making some complex analysis plots a breeze, like:
With that in mind, I was interested in the special functions module of the package. Looking at the Github, if I understand the module correctly, and do correct me if I am wrong, but much of the special function evaluation uses the scirs2-special crate:
Now, the current version is 0.1.0.rc4, so this might be the reason for the discrepancy, but the current pool of special functions available to scirs2-special is wider than Peano’s, with notable examples being elliptic functions, hypergeometric functions, kelvin functions, Fresnel Integrals, etc.
Thus, are there plans to incorporate these functions into the Peano package? Or were they excluded for reasons, like conserving binary size, or the other functions using Rust features not compatible with WASM compile target?
Again, wonderful work, and I can’t wait to see what else you might have planned for this package!
Hi Paul, this sounds more like a bug report/feature request. If you have a Github account, you could open one at https://github.com/vanleefxp/peano_typ/issues. If you have Discord, I know that Peano’s author is also active there.
(If neither, I can at least make them aware of your post)