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

6 lines
106 B
Ada

with
any_Math;
package float_Math is new any_Math (Real_t => Float);
pragma Pure (float_Math);