By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.01; (* of round.p 2016 Jan 25}
(* begin module describe.round *)
(*
name
round: round a set of numbers
synopsis
round(fin: in, roundp: in, fout: out, output: out)
files
fin: a set of real numbers, one per line, possibly followed by text.
fout: the real numbers of fin rounded, followed by the same text.
roundp: parameters to control the program. The file must contain the
following parameters, one per line:
parameterversion: The version number of the program. This allows the
user to be warned if an old parameter file is used.
The second parameter is the number of decimal places to round to.
description
Round numbers in a list.
examples
documentation
see also
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.round *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}