Parcourir la source

+ Removed comment

michael il y a 25 ans
Parent
commit
3dd006a7df
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/mathex/ex4.pp

+ 1 - 1
docs/mathex/ex4.pp

@@ -5,6 +5,6 @@ Program Example4;
 Uses math;
 
 begin
-//  Writeln(arsinh(0));
+  Writeln(arsinh(0));
   Writeln(arsinh(1));
 end.