Ver Fonte

+ Removed comment

michael há 25 anos atrás
pai
commit
3dd006a7df
1 ficheiros alterados com 1 adições e 1 exclusões
  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.