ソースを参照

QuadraticFormula.cpp edited online with Bitbucket - removed Ive's comments

コミット
ac8dd282af
共有1 個のファイルを変更した0 個の追加4 個の削除を含む
  1. 0
    4
      QuadraticFormula.cpp

+ 0
- 4
QuadraticFormula.cpp ファイルの表示

1
-/* Ive changed the type of the function to double,     */
2
-/* so it is consistent with the type that sqrt returns */
3
-
4
-
5
 #include "frog.h"
1
 #include "frog.h"
6
 
2
 
7
 double frog::QuadraticPlus(int a, int b, int c){
3
 double frog::QuadraticPlus(int a, int b, int c){