Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Eulers-identity/Ada/eulers-identity.ada
Normal file
8
Task/Eulers-identity/Ada/eulers-identity.ada
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
with Ada.Long_Complex_Text_IO; use Ada.Long_Complex_Text_IO;
|
||||
with Ada.Numerics; use Ada.Numerics;
|
||||
with Ada.Numerics.Long_Complex_Types; use Ada.Numerics.Long_Complex_Types;
|
||||
with Ada.Numerics.Long_Complex_Elementary_Functions; use Ada.Numerics.Long_Complex_Elementary_Functions;
|
||||
procedure Eulers_Identity is
|
||||
begin
|
||||
Put (Exp (Pi * i) + 1.0);
|
||||
end Eulers_Identity;
|
||||
Loading…
Add table
Add a link
Reference in a new issue