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

8 lines
136 B
Ada

with
any_Math.any_Analysis;
package float_Math.Analysis is new float_Math.any_Analysis;
pragma Pure (float_Math.Analysis);