mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* enabled for darwin and solaris
- removed superfluous call to cosh() which caused fpu overflows git-svn-id: trunk@4571 -
This commit is contained in:
parent
f06ac668b8
commit
27df719ac3
@ -1,4 +1,4 @@
|
||||
{ %target=linux,freebsd }
|
||||
{ %target=linux,freebsd,darwin,solaris }
|
||||
|
||||
{$mode objfpc}
|
||||
program testr;
|
||||
@ -29,7 +29,6 @@ begin
|
||||
f:=f*10.0;
|
||||
f:=cosh(f);
|
||||
writeln(buf,round(F));
|
||||
f:=cosh(f);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user