Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed Nov 25, 2023
1 parent 362d883 commit 58a1508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CM20315_2023/CM20315_Coursework_IV.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyNNnZyVCX9glFJGIC8BwtVT",
"authorship_tag": "ABX9TyMrWYwQrwgJvDza1vhYK9WQ",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -139,7 +139,7 @@
"source": [
"def volume_of_hypersphere(diameter, dimensions):\n",
" # Formula given in Problem 8.7 of the notes\n",
" # You will need sci.special.gamma()\n",
" # You will need sci.gamma()\n",
" # Check out: https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.gamma.html\n",
" # Also use this value for pi\n",
" pi = np.pi\n",
Expand Down

0 comments on commit 58a1508

Please sign in to comment.