Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
9
Task/Gamma-function/Ada/gamma-function-2.ada
Normal file
9
Task/Gamma-function/Ada/gamma-function-2.ada
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
with Gamma;
|
||||
|
||||
procedure Test_Gamma is
|
||||
begin
|
||||
for I in 1..10 loop
|
||||
Put_Line (Long_Float'Image (Gamma (Long_Float (I) / 3.0)));
|
||||
end loop;
|
||||
end Test_Gamma;
|
||||
Loading…
Add table
Add a link
Reference in a new issue