quadratic-roots

module
v0.0.0-...-42841ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2022 License: MIT

README

Calculate Roots for a Quadratic Equation.

Outline

Motivation

  • As a contributor to the GO-CART Framework,
  • I'd like a trivial, simple behavior
  • as to demonstrate the simplest possible application of the framework

Description

Calculating quadratic equations (ax^2 + bx + c = 0) is something we have all learned in high school and offers a nice "hello-world"-level use-case. We understand that using the framework to do this is massive overkill, but it serves just as an example. We'll do this by implementing a simple behavior that consists of 2 steps:

  • Initialize the Calculation
  • Calculate the Roots

Diagrams

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL