fpc/tests/test/units/math/tmask2.pp
florian 5d2b592ed4 * fixed test
* single variant of the test

git-svn-id: trunk@6020 -
2007-01-17 08:26:54 +00:00

12 lines
114 B
ObjectPascal

program fpu;
{$mode delphi}
uses SysUtils,Math;
var
f1,f2 : single;
caught: boolean;
{$include tmask.inc}