<div dir="ltr"><div>Hi Taco,<br><br></div>thanks for correction.<br><br>Best wishes,<br>Christophe<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-10 9:43 GMT+01:00 Taco Hoekwater <span dir="ltr"><<a href="mailto:taco@elvenkind.com" target="_blank">taco@elvenkind.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Christophe,<br>
<div class=""><br>
On 08 Mar 2014, at 08:04, Christophe Poulain <<a href="mailto:chrpoulain@gmail.com">chrpoulain@gmail.com</a>> wrote:<br>
<br>
> Hi,<br>
> I'm a french user of Metapost and i've discovered this problem.<br>
><br>
> %>------------------------<br>
> prologues:=2;<br>
><br>
> beginfig(1);<br>
>   path cc;<br>
>   cc=fullcircle scaled 3cm;<br>
>   draw cc;<br>
>   for i=0 upto 11:<br>
>     label(decimal(i),point(arctime(((90-i*30)/360)*arclength cc) of cc) of cc);<br>
>     endfor;<br>
> endfig;<br>
><br>
> end<br>
> %>--------------------------<br>
><br>
> There isn't number if "the angle" is negative.<br>
<br>
</div>There was a bug in arctime. Found & fixed.<br>
<br>
Best wishes,<br>
Taco<br>
<br>
</blockquote></div><br></div>