michael 25 rokov pred
rodič
commit
3dd006a7df
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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.