7 lines
155 B
Ada
7 lines
155 B
Ada
with
|
|
any_Math.any_Computational;
|
|
|
|
package float_Math.Computational is new float_Math.any_Computational;
|
|
pragma Pure (float_Math.Computational);
|
|
|