質問編集履歴

1

関数の数字を変更しました。

2021/12/01 11:46

投稿

syozan
syozan

スコア13

test CHANGED
File without changes
test CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  import math
4
4
 
5
- return((a^2)*(math.sqrt(3)/4))
5
+ return((a^2)*(math.sqrt(4)/4))
6
6
 
7
7
  ```
8
8
 
9
- (√3/4)*a^2を計算させたいのですが、思った通りになりません。math.sqrtとreturn組み合わせると違っ動作にるのでょうか
9
+ (√4/4)*a^2を計算させたいのですが、思った通りになりません。return((a^2)*(math.sqrt(4)/4))して、aに1代入し、1/2となを期待していまし。実際は1.5とりま