Fivenum: Difference between revisions

22 bytes removed ,  1 month ago
m
→‎{{header|Ada}}: Fixed sub section headers
(Added Easylang)
m (→‎{{header|Ada}}: Fixed sub section headers)
 
Line 43:
 
=={{header|Ada}}==
==={{header|Direct C Translation}}===
{{trans|C}}
<syntaxhighlight lang="ada">with Ada.Text_IO; use Ada.Text_IO;
Line 125:
[-1.950595940, -0.627594690, 0.119158120, 1.599037385, 1.731315070]
</pre>
==={{header|Using Ada Enumeration}}===
<syntaxhighlight lang="ada">with Ada.Text_IO; use Ada.Text_IO;
with Ada.Containers.Generic_Array_Sort;
3,022

edits