Add initial prototype.
This commit is contained in:
5
1-base/math/source/precision/float/float_math.ads
Normal file
5
1-base/math/source/precision/float/float_math.ads
Normal file
@@ -0,0 +1,5 @@
|
||||
with
|
||||
any_Math;
|
||||
|
||||
package float_Math is new any_Math (Real_t => Float);
|
||||
pragma Pure (float_Math);
|
||||
Reference in New Issue
Block a user