Updated with Shultz's new changes
This commit is contained in:
Executable → Regular
+4
-2
@@ -17,7 +17,9 @@ def main()
|
||||
x1 = (-b - sqrt(disc) ) / (2*a)
|
||||
x2 = (-b + sqrt(disc) ) / (2*a)
|
||||
|
||||
"x1: " print(x1) "\n"
|
||||
"x2: " print(x2 ) "\n"
|
||||
"x1: " print(x1) nl()
|
||||
"x2: " print(x2 ) nl()
|
||||
|
||||
|
||||
return 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user