gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
round.f
Go to the documentation of this file.
1  double precision function round ( x )
2 
3 c*********************************************************************72
4 c
5 cc ROUND is called to add some noise to data.
6 c
7 c from * a practical guide to splines * by c. de boor
8 called in example 1 of chapter xiii
9 c
10  implicit none
11 
12  double precision x, flip,size
13  common /rount/ size
14  data flip /-1.0d+00/
15  flip = -flip
16  round = x + flip*size
17  return
18  end
double precision function round(x)
Definition: round.f:2
gtkIOStream: /tmp/gtkiostream/src/deBoor/round.f Source File
GTK+ IOStream  Beta