回答編集履歴

1

誤記修正

2020/02/04 08:21

投稿

jeanbiego
jeanbiego

スコア3966

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  def f(x, Lw, Lc):
28
28
 
29
- return 0.59 * np.log10(((Lw + x) * 0.74)) + 0.35 * np.log(((Lc + 2.5 * x) * 1.5)) + 1.4
29
+ return 0.59 * np.log10(((Lw + x) * 0.74)) + 0.35 * np.log10(((Lc + 2.5 * x) * 1.5)) + 1.4
30
30
 
31
31
 
32
32
 
@@ -54,4 +54,4 @@
54
54
 
55
55
  ```
56
56
 
57
- ![イメージ説明](1fedeef8974f8305c3d21139a3d9830a.png)
57
+ ![イメージ説明](c367f95f0e6026c5c84effa42302160e.png)