Browse Source

* fixed tbug788

Jonas Maebe 25 years ago
parent
commit
bbc901e863
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tbug788.pp

+ 1 - 1
tests/webtbs/tbug788.pp

@@ -6,6 +6,6 @@ Var
 Begin
 Begin
    For I := 0 To 359 Do
    For I := 0 To 359 Do
    Begin
    Begin
-      WriteLn( RadToDeg(ArcSin( DegToRad(Real(I)))):3:18);
+      WriteLn( RadToDeg(ArcSin(Sin(DegToRad(Real(I))))):3:18);
    End
    End
 End.
 End.