Ticket #1770: hex_sinus.ads

File hex_sinus.ads, 252 bytes (added by sergey-feo, 14 years ago)
Line 
1with Ada.Text_IO;
2use Ada.Text_IO;
3
4with Ada.Long_Float_Text_IO;
5use Ada.Long_Float_Text_IO;
6
7WITH ada.strings.unbounded;
8use ada.strings.unbounded;
9
10with Ada.Numerics;
11use Ada.Numerics;
12
13with ada.exceptions;
14USE ada.exceptions;
15
16
17procedure hex_sinus;