mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 10:20:48 +00:00
Fix #67
This commit is contained in:
parent
5a2aafdfa2
commit
423ed1bac3
@ -1254,7 +1254,7 @@
|
|||||||
"Does \"logarithm\" ring a bell? The logarithm function has this identity:\n",
|
"Does \"logarithm\" ring a bell? The logarithm function has this identity:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"```\n",
|
"```\n",
|
||||||
"y = a**b\n",
|
"y = b**a\n",
|
||||||
"a = log(y,b)\n",
|
"a = log(y,b)\n",
|
||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user