Edit of asset "RES - Real Equation Solver" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | RES - Real Equation Solver | RES - Real Equation Solver |
| Description |
Equation solver and generator for real-valued polynomial equations up to 4th degree. Example: func example() -> void: print(Res.linear(5, -10)) # Prints 2 print(Res.quadratic(1, 1, -6)) # Prints [-3, 2] print(Res.cubic(2, -11, 12, 9)) # Prints [-0.5, 3] print(Res.quartic(1, -10, 35, -50, 24)) # Prints [1, 2, 3, 4] print(Reg.quartic(1, 2, 3, 4)) # Prints [1, -10, 35, -50, 24] |
Equation solver for finding real roots of equations up to 4th degree for Godot. |
| Category | Scripts | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/neclor/godot-real-equation-solver | https://github.com/neclor/real-equation-solver-godot |
| Issues Url | https://github.com/neclor/real-equation-solver-godot/issues | |
| Godot version | Godot 4.0 | |
| Version String | 4.0.1 | 2.0.0 |
| Download Commit | 1d6b980384c518b974db6db60624dab8a47a27ce | 04d45ffbb95c3ff409ce84ab0820757f2cf5645d |
| Download Url (Computed) | https://github.com/neclor/godot-real-equation-solver/archive/1d6b980384c518b974db6db60624dab8a47a27ce.zip | https://github.com/neclor/real-equation-solver-godot/archive/04d45ffbb95c3ff409ce84ab0820757f2cf5645d.zip |
| Icon Url |
https://raw.githubusercontent.com/neclor/real-equation-solver-godot/main/icon.png
|
https://raw.githubusercontent.com/neclor/real-equation-solver-godot/main/icon.png
|