From 7f19730b07068ba871da501f498f06d26530882a Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 18 Jul 2023 00:48:14 +0200 Subject: complex.7: Add LIBRARY section (libm) Signed-off-by: Alejandro Colomar --- man7/complex.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man7/complex.7 b/man7/complex.7 index 51690c8b1..ee77be6d7 100644 --- a/man7/complex.7 +++ b/man7/complex.7 @@ -5,6 +5,9 @@ .TH complex 7 (date) "Linux man-pages (unreleased)" .SH NAME complex \- basics of complex mathematics +.SH LIBRARY +Math library +.RI ( libm ", " \-lm ) .SH SYNOPSIS .nf .B #include @@ -35,7 +38,6 @@ Nearly all math function have a complex counterpart but there are some complex-only functions. .SH EXAMPLES Your C-compiler can work with complex numbers if it supports the C99 standard. -Link with \fI\-lm\fP. The imaginary unit is represented by I. .PP .EX -- cgit v1.2.3