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

8 lines
132 B
Ada

with
any_Math.any_Algebra;
package float_Math.Algebra is new float_Math.any_Algebra;
pragma Pure (float_Math.Algebra);