7 lines
143 B
Ada
7 lines
143 B
Ada
with
|
|
any_Math.any_Statistics;
|
|
|
|
package float_Math.Statistics is new float_Math.any_Statistics;
|
|
pragma Pure (float_Math.Statistics);
|
|
|