8 lines
132 B
Ada
8 lines
132 B
Ada
with
|
|
any_Math.any_Algebra;
|
|
|
|
|
|
package float_Math.Algebra is new float_Math.any_Algebra;
|
|
pragma Pure (float_Math.Algebra);
|
|
|