This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix .gitignore: only ignore 'perl' in root of repo, not U/perl subdir
[metaconfig.git] / U / perl / d_hypot.U
CommitLineData
63a4f1f4
MBT
1?RCS: You may distribute under the terms of either the GNU General Public
2?RCS: License or the Artistic License, as specified in the README file.
3?RCS:
4?MAKE:d_hypot: Inlibc
5?MAKE: -pick add $@ %<
6?S:d_hypot:
5608e228
MBT
7?S: This variable conditionally defines HAS_HYPOT if hypot is available
8?S: for numerically stable hypotenuse function.
63a4f1f4
MBT
9?S:.
10?C:HAS_HYPOT:
11?C: This symbol, if defined, indicates that the hypot routine is
12?C: available to do the hypotenuse function.
13?C:.
14?H:#$d_hypot HAS_HYPOT /**/
15?H:.
16?LINT:set d_hypot
17: see if hypot exists
18set hypot d_hypot
19eval $inlibc
20