LPFP 1.0 → 1.1
raw patch · 2 files changed
+12/−1 lines, 2 files
Files
- LPFP.cabal +1/−1
- src/LPFP.hs +11/−0
LPFP.cabal view
@@ -1,7 +1,7 @@ cabal-version: 1.12 name: LPFP-version: 1.0+version: 1.1 synopsis: Code for the book Learn Physics with Functional Programming description: Haskell code to help the user learn mechanics of one particle, mechanics of multiple interacting particles, and electromagnetic theory.
src/LPFP.hs view
@@ -223,6 +223,11 @@ , directionalDerivative , curl , FieldState+ -- * Plotting+ , plotFunc+ , plotFuncs+ , plotPath+ , plotPaths ) where @@ -445,4 +450,10 @@ ( directionalDerivative , curl , FieldState+ )+import Graphics.Gnuplot.Simple+ ( plotFunc+ , plotFuncs+ , plotPath+ , plotPaths )