6 lines
106 B
Ada
6 lines
106 B
Ada
with
|
|
any_Math;
|
|
|
|
package float_Math is new any_Math (Real_t => Float);
|
|
pragma Pure (float_Math);
|