diff options
Diffstat (limited to 'doc/source/f2py/calculate_session.dat')
-rw-r--r-- | doc/source/f2py/calculate_session.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/f2py/calculate_session.dat b/doc/source/f2py/calculate_session.dat index 2fe64f522..c4c380700 100644 --- a/doc/source/f2py/calculate_session.dat +++ b/doc/source/f2py/calculate_session.dat @@ -3,4 +3,4 @@ array([ 0., 1., 4., 9., 16.]) >>> import math >>> foo.calculate(range(5), math.exp) -array([ 1. , 2.71828175, 7.38905621, 20.08553696, 54.59814835]) +array([ 1. , 2.71828183, 7.3890561, 20.08553692, 54.59815003]) |