PawelTroka / Computator.NET

Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
GNU General Public License v3.0
233 stars 51 forks source link

Hypergeometric functions throws domain exception #17

Closed PawelTroka closed 7 years ago

PawelTroka commented 7 years ago

Nearly all Hypergeometric functions throws domain error for arguments in range -3,3 -5,5

image This is related to not well defined domain in GSL itself and might be hard to resolve correctly.

PawelTroka commented 7 years ago

Resolved with commit 8a5b11e39981818df4e354a4789169defcceba1d.