[fpc-devel] small changes in math.pp (attach 6Kb)
Florian Klaempfl
F.Klaempfl at gmx.de
Tue Jul 19 21:16:21 CEST 2005
Okulov wrote:
> add some const
The constants are too unprecise (float is actually an extended).
> and base2power func
Is this really useful? I mean when I see
code like
i:=base2power(j);
i:=1 shl j;
I understand quicker what is meant in the second case :)
> my change marks with
> //==Okulov==start
> ...my changes...
> //==Okulov==stop
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
More information about the fpc-devel
mailing list