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

7 lines
151 B
Ada

with
any_Math.any_Geometry.any_d2;
package float_math.Geometry.d2 is new float_Math.Geometry.any_d2;
pragma Pure (float_math.Geometry.d2);