Files
lace/1-base/math/source/precision/float/applied/float_math-statistics.ads
2022-07-31 17:34:54 +10:00

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);