Mention tgmath cproj, creal, cabs

following copysign example use of "real-floating" with "complex-floating"
This commit is contained in:
maya 2017-09-27 09:20:27 +00:00
parent 88374bbe62
commit 411564dc9a
3 changed files with 15 additions and 6 deletions

View File

@ -1,6 +1,6 @@
.\" $NetBSD: cabs.3,v 1.3 2013/01/29 02:05:08 matt Exp $
.\" $NetBSD: cabs.3,v 1.4 2017/09/27 09:20:27 maya Exp $
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.Dd January 29, 2013
.Dd September 27, 2017
.Dt CABS 3
.Os
.Sh NAME
@ -16,6 +16,9 @@
.Fn cabsf "float complex z"
.Ft long double
.Fn cabsl "long double complex z"
.In tgmath.h
.Ft complex-floating
.Fn cabs "complex-floating z"
.Sh DESCRIPTION
These functions compute the complex absolute value (also called
norm, modulus, or magnitude) of

View File

@ -1,6 +1,6 @@
.\" $NetBSD: cproj.3,v 1.4 2012/12/27 21:34:10 wiz Exp $
.\" $NetBSD: cproj.3,v 1.5 2017/09/27 09:20:27 maya Exp $
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.Dd December 27, 2012
.Dd September 27, 2017
.Dt CPROJ 3
.Os
.Sh NAME
@ -16,6 +16,9 @@
.Fn cprojf "float complex z"
.Ft long double
.Fn cprojl "long double complex z"
.In tgmath.h
.Ft complex-floating
.Fn cproj "complex-floating z"
.Sh DESCRIPTION
These functions compute a projection of
.Ar z

View File

@ -1,6 +1,6 @@
.\" $NetBSD: creal.3,v 1.4 2012/12/27 21:34:10 wiz Exp $
.\" $NetBSD: creal.3,v 1.5 2017/09/27 09:20:27 maya Exp $
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.Dd December 27, 2012
.Dd September 27, 2017
.Dt CREAL 3
.Os
.Sh NAME
@ -16,6 +16,9 @@
.Fn crealf "float complex z"
.Ft long double
.Fn creall "long double complex z"
.In tgmath.h
.Ft complex-float
.Fn creal "complex-float z"
.Sh DESCRIPTION
These functions compute the real part of
.Ar z .