<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Myriad Pro">Hi Christoph,<br>
<br>
thanks for the hint!<br>
<br>
Would<br>
<br>
0.37 10 mul round 10&nbsp; div <br>
<br>
deliver the wanted result?<br>
<br>
Regards,<br>
<br>
Juergen<br>
<br>
<br>
</font><br>
Christoph Bersch wrote:
<blockquote cite="mid:48B40239.3000609@bersch.net" type="cite">
  <pre wrap="">Hi,

Juergen Gilg schrieb:
  </pre>
  <blockquote type="cite">
    <pre wrap="">there is a PostScript function called _round_.

You can enter

0.37 round which hopefully then delivers 0.4
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No, round gives you the nearest integer:

0.37 round -&gt; 0

However, in pstricks-add the counting of the decimals is done on TeX 
side. So the rounding must be implemented also using TeX as the rounded 
result from the Postscript operation cannot be assigned to TeX-code and 
typeset afterwards :-(

Christoph
_______________________________________________
PSTricks mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PSTricks@tug.org">PSTricks@tug.org</a>
<a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/pstricks">http://tug.org/mailman/listinfo/pstricks</a>


  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="65">-- 
 J&uuml;rgen Gilg
 Austr. 59
 70376 Stuttgart
-------------------------------------
 Tel       0711.59 27 88
 e-Mail    <a class="moz-txt-link-abbreviated" href="mailto:gilg@acrotex.net">gilg@acrotex.net</a>
 Websites  <a class="moz-txt-link-abbreviated" href="http://www.acrotex.net">www.acrotex.net</a>
           <a class="moz-txt-link-abbreviated" href="http://www.brueckenkurs-physik.de">www.brueckenkurs-physik.de</a>
           <a class="moz-txt-link-abbreviated" href="http://www.gilligan-online.de">www.gilligan-online.de</a>
</pre>
</body>
</html>