Edit of asset "Real Equation Solver" Accepted

Old/Current New/Edit
Title Real Equation Solver
Description Equation solver and generator for real-valued polynomial equations up to 4th degree.

Example:
func example() -> void:
print(ResSolver.linear(5, -10)) # Prints 2
print(ResSolver.quadratic(1, 1, -6)) # Prints [-3, 2]
print(ResSolver.cubic(2, -11, 12, 9)) # Prints [-0.5, 3]
print(ResSolver.quartic(1, -10, 35, -50, 24)) # Prints [1, 2, 3, 4]

print(ResGenerator.quartic(1, 2, 3, 4)) # Prints [1, -10, 35, -50, 24]

Category Scripts
License MIT
Repository Provider GitHub
Repository Url https://github.com/neclor/godot-real-equation-solver
Issues Url https://github.com/neclor/real-equation-solver-godot/issues
Godot version Godot 4.5
Version String 5.0.0 2.0.1
Download Commit 83210947d6b6c40dacd765c6b57826a34145f0f7 414f111a3aaf787e75031fb84c6f044e48f63328
Download Url (Computed) https://github.com/neclor/godot-real-equation-solver/archive/83210947d6b6c40dacd765c6b57826a34145f0f7.zip https://github.com/neclor/godot-real-equation-solver/archive/414f111a3aaf787e75031fb84c6f044e48f63328.zip
Icon Url https://raw.githubusercontent.com/neclor/real-equation-solver-godot/main/docs/icon.png