Mercurial > hg > numerics
changeset 86:fa23c078b928
wip
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 01 Mar 2015 17:01:38 -0800 |
parents | 411420ddaa46 |
children | 8448c62a4917 |
files | numerics/generate.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/numerics/generate.py Sun Mar 01 16:59:08 2015 -0800 +++ b/numerics/generate.py Sun Mar 01 17:01:38 2015 -0800 @@ -15,4 +15,5 @@ xmax -- right-hand range limiter n -- number of slices (one less than number of points) """ + dx = (xmax - xmin)/float(n) raise NotImplementedError('TODO') # -> record TODO items