docs: fix numeric errors in tools_chain.ipynb (#24169)

Description: Corrected several numeric errors in the
docs/docs/how_to/tools_chain.ipynb file to ensure the accuracy of the
documentation.
This commit is contained in:
mumu 2024-07-12 23:26:26 +08:00 committed by GitHub
parent 18da9f5e59
commit 14ba1d4b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -419,13 +419,13 @@
"Invoking: `exponentiate` with `{'base': 405, 'exponent': 2}`\n", "Invoking: `exponentiate` with `{'base': 405, 'exponent': 2}`\n",
"\n", "\n",
"\n", "\n",
"\u001b[0m\u001b[38;5;200m\u001b[1;3m164025\u001b[0m\u001b[32;1m\u001b[1;3mThe result of taking 3 to the fifth power is 243. \n", "\u001b[0m\u001b[38;5;200m\u001b[1;3m13286025\u001b[0m\u001b[32;1m\u001b[1;3mThe result of taking 3 to the fifth power is 243. \n",
"\n", "\n",
"The sum of twelve and three is 15. \n", "The sum of twelve and three is 15. \n",
"\n", "\n",
"Multiplying 243 by 15 gives 3645. \n", "Multiplying 243 by 15 gives 3645. \n",
"\n", "\n",
"Finally, squaring 3645 gives 164025.\u001b[0m\n", "Finally, squaring 3645 gives 13286025.\u001b[0m\n",
"\n", "\n",
"\u001b[1m> Finished chain.\u001b[0m\n" "\u001b[1m> Finished chain.\u001b[0m\n"
] ]
@ -434,7 +434,7 @@
"data": { "data": {
"text/plain": [ "text/plain": [
"{'input': 'Take 3 to the fifth power and multiply that by the sum of twelve and three, then square the whole result',\n", "{'input': 'Take 3 to the fifth power and multiply that by the sum of twelve and three, then square the whole result',\n",
" 'output': 'The result of taking 3 to the fifth power is 243. \\n\\nThe sum of twelve and three is 15. \\n\\nMultiplying 243 by 15 gives 3645. \\n\\nFinally, squaring 3645 gives 164025.'}" " 'output': 'The result of taking 3 to the fifth power is 243. \\n\\nThe sum of twelve and three is 15. \\n\\nMultiplying 243 by 15 gives 3645. \\n\\nFinally, squaring 3645 gives 13286025.'}"
] ]
}, },
"execution_count": 18, "execution_count": 18,