回答編集履歴
2
修正
test
CHANGED
@@ -7,7 +7,3 @@
|
|
7
7
|
+if( $this->operand == self::DIVIDED && $this->val2 == "0" || $this->val2 == "00" )
|
8
8
|
|
9
9
|
```
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
なんかバグった^^;
|
1
修正
test
CHANGED
@@ -7,3 +7,7 @@
|
|
7
7
|
+if( $this->operand == self::DIVIDED && $this->val2 == "0" || $this->val2 == "00" )
|
8
8
|
|
9
9
|
```
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
なんかバグった^^;
|