Browse Source

+ Removed comment

michael 25 năm trước cách đây
mục cha
commit
3dd006a7df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.