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

8 lines
114 B
Ada

with
any_Math;
package short_Math is new any_Math (Real_t => short_Float);
pragma Pure (short_Math);