mojave man page for hypotf

Query: hypotf

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HYPOT(3)						   BSD Library Functions Manual 						  HYPOT(3)

NAME
hypot -- euclidean distance function
SYNOPSIS
#include <math.h> double hypot(double x, double y); long double hypotl(long double x, long double y); float hypotf(float x, float y);
DESCRIPTION
The hypot() function computes the sqrt(x*x+y*y) without undue overflow or underflow.
SPECIAL VALUES
hypot(x, y) , hypot(y, x) , and hypot(x, -y) are equivalent. hypot(x, +-0) is equivalent to fabs(x). hypot(+-infinity, y) returns +infinity even if y is a NaN.
SEE ALSO
cabs(3), math(3), sqrt(3)
STANDARDS
The hypot() function conforms to ISO/IEC 9899:2011. 4th Berkeley Distribution December 11, 2006 4th Berkeley Distribution
Related Man Pages
hypot(3m) - opensolaris
cabs(3) - freebsd
cabs(3) - osf1
hypot(3) - osf1
cabsl(3) - freebsd
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
UNIX tool on MacOS that can increase resolution of a file
My first PERL incarnation... Audio Oscillograph