Skip to content

Commit

Permalink
Update MathPhysicalConstants.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
LaGuer committed Feb 3, 2019
1 parent 4ee70d8 commit 4c9df70
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions doc/MathPhysicalConstants.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This library renders mathematical and Physical Constants to produce macro and micro-physics relations. It integrates with IJulia, outputting mathematical and Physical Constants to the notebook."
"This library contains Mathematical and Physical Constants to produce macro and micro-physics relations. It integrates with IJulia, outputting mathematical and Physical Constants to the notebook."
]
},
{
Expand All @@ -23,13 +23,30 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.add(\"MathPhysicalConstants\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Update"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.update(\"MathPhysicalConstants\")"
]
},
{
"cell_type": "markdown",
Expand All @@ -44,7 +61,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -58,7 +75,15 @@
"## Examples"
]
},

{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"MathPhysicalConstants.SI.PlanckConstantH"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 4c9df70

Please sign in to comment.