package
0.0.0-20241210060935-05f98783592e
Repository: https://github.com/gabibizdoc/advent-of-code.git
Documentation: pkg.go.dev
# Functions
DistanceEquation calculates the distance based on the given coefficients and time.
FindCoefficient calculates the coefficient (k) based on the given time and initial distance.
FindCoefficientUsingRoots is a better version of FindCoefficient.
FindRoots calculates the roots of a quadratic equation and returns the results.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author