[fpc-pascal] Sin function

2010-12-29 Thread faber
Hi, according to docs/reference sin function should print 0.0 when Writeln (Sin(Pi):0:1); but, with fpc 2.4.0 and 2.4.2 (x86) I've get "-0.0", such a result is not entirely correct. This is a bug (in sin func.) or something wrong with the formatting ? bes

Re: [fpc-pascal] Sin function

2010-12-29 Thread faber
> If I were you I would print it with more digits so you see if there is any > significant difference at all. ok I understand, I was suggested by http://www.freepascal.org/docs-html/rtl/system/sin.html where it is given score 0.0 for Writeln (Sin(Pi):0:1); best regards