michael пре 25 година
родитељ
комит
3dd006a7df
1 измењених фајлова са 1 додато и 1 уклоњено
  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.