mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
erf and erfc are missing float versions, so I import them from openlibm. erf is used from Poincare::NormalDistribution:: StandardNormalCumulativeDistributiveFunctionAtAbscissa<float>, and erfc is used (?) just from MicroPython. To clarify, if there is no float version of a function like erf, but there is a double version, C++ promotes the possible float parameter to double and soft-float hilarity ensues.
2.3 KiB
2.3 KiB