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

7 lines
135 B
Ada

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