This way algebraic operations are enabled when handling values of type Field[T : Numeric] ### Useful Insights * The standard library provides a `Numeric` type class not suitable for fields due to conversion methods towards primitive numeric types * I suggest to use the anonymous given syntax wherever possible: https://docs.scala-lang.org/scala3/reference/contextual/givens.html#anonymous-givens * Remember to `export` implicit/infix notations from cats algebra within the Math library to easy access to the algebraic syntax for fields