[fpc-devel] sinus extended/double/single

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Nov 24 13:51:39 CET 2006


Hi all,

I don't know, if this has been answered before.
Where are the Sinus/Cosinus/... functions for type single and double?

When compiling the following, I get a type size mismatch warning.

uses math;
var a,b: single;
begin
  a:=sin(b);
end;

This is because "math" only provides an extended "sin" function.


Mattias



More information about the fpc-devel mailing list