diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-07 12:51:41 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-07 13:00:23 +0000 |
commit | 469bdc80712dbf9c12562059dc4594620b59a076 (patch) | |
tree | c6da40a884899110d102d82a7a778f2b3afae702 /man/meantools.1 | |
parent | e7aa6859f08565d58684fa4b9c40fed716f0ba17 (diff) |
Support MPFR floats in numkondov1.4
Remove '-D' option (error tolerance) in numkondo
Diffstat (limited to 'man/meantools.1')
-rw-r--r-- | man/meantools.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/meantools.1 b/man/meantools.1 index e361123..c4c73c6 100644 --- a/man/meantools.1 +++ b/man/meantools.1 @@ -1,5 +1,5 @@ -.Dd $Mdocdate: April 14 2015 $ -.Dt meantools 1.3.1 +.Dd $Mdocdate: September 22 2015 $ +.Dt meantools 1.4 .Os .Sh NAME .Nm meantools @@ -19,6 +19,8 @@ .Nm .Sy eval .Op Fl R Ar values +.Op Fl P Ar precision +.Op Fl E Ar max_exponent .Op Ar config_file .Pp .Sh DESCRIPTION @@ -136,6 +138,12 @@ The values of the rccs with which to evaluate the flow equation. .Ar values is formatted like an initial_condition (see .Sx numkondo Ns (1) ) . +.It Fl P Ar precision +Number of bits used for the significand of numerical values (see +.Sx numkondo Ns (1) ) . +.It Fl E Ar max_exponent +Largest allowed value for the exponent of numerical values (see +.Sx numkondo Ns (1) ) . .El .Pp .Sy Configuration file: |