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