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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to