Mon Feb 24 07:57:58 2020 quadratic_test R version 3.4.4 (2018-03-15) quadratic(a,b,c) returns the roots of a quadratic equation ax^2+bx+c=0. Roots of 24 x^2 + -50 x + -14 = 0 [1] -0.2500000000000000000 2.3333333333333334814 [1] -0.2500000000000000000 2.3333333333333334814 Roots of 94906266 x^2 + 189812534 x + 94906268 = 0 [1] -1.0000000144879792607 -1.0000000144879792607 [1] -1.0000000144879790387 -1.0000000144879790387 quadratic_test Normal end of execution. Mon Feb 24 07:57:58 2020