Skip to content

Commit e2457df

Browse files
jensmaurerzygoloid
authored andcommitted
[complex.numbers] Use \xref for references to the C standard.
1 parent bd2ce5c commit e2457df

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

source/numerics.tex

+14-13
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,8 @@
991991

992992
\pnum
993993
\remarks
994-
Behaves the same as the C function \tcode{cproj}, defined in 7.3.9.4.
994+
Behaves the same as the C function \tcode{cproj}.
995+
\xref ISO C 7.3.9.5
995996
\end{itemdescr}
996997

997998
\indexlibrary{\idxcode{polar}!\idxcode{complex}}%
@@ -1027,8 +1028,8 @@
10271028

10281029
\pnum
10291030
\remarks
1030-
Behaves the same as C function \tcode{cacos},
1031-
defined in 7.3.5.1.
1031+
Behaves the same as the C function \tcode{cacos}.
1032+
\xref ISO C 7.3.5.1
10321033
\end{itemdescr}
10331034

10341035
\indexlibrary{\idxcode{asin}!\idxcode{complex}}%
@@ -1043,8 +1044,8 @@
10431044

10441045
\pnum
10451046
\remarks
1046-
Behaves the same as C function \tcode{casin},
1047-
defined in 7.3.5.2.
1047+
Behaves the same as the C function \tcode{casin}.
1048+
\xref ISO C 7.3.5.2
10481049
\end{itemdescr}
10491050

10501051
\indexlibrary{\idxcode{atan}!\idxcode{complex}}%
@@ -1059,8 +1060,8 @@
10591060

10601061
\pnum
10611062
\remarks
1062-
Behaves the same as C function \tcode{catan},
1063-
defined in 7.3.5.3.
1063+
Behaves the same as the C function \tcode{catan}.
1064+
\xref ISO C 7.3.5.3
10641065
\end{itemdescr}
10651066

10661067
\indexlibrary{\idxcode{acosh}!\idxcode{complex}}%
@@ -1075,8 +1076,8 @@
10751076

10761077
\pnum
10771078
\remarks
1078-
Behaves the same as C function \tcode{cacosh},
1079-
defined in 7.3.6.1.
1079+
Behaves the same as the C function \tcode{cacosh}.
1080+
\xref ISO C 7.3.6.1
10801081
\end{itemdescr}
10811082

10821083
\indexlibrary{\idxcode{asinh}!\idxcode{complex}}%
@@ -1091,8 +1092,8 @@
10911092

10921093
\pnum
10931094
\remarks
1094-
Behaves the same as C function \tcode{casinh},
1095-
defined in 7.3.6.2.
1095+
Behaves the same as the C function \tcode{casinh}.
1096+
\xref ISO C 7.3.6.2
10961097
\end{itemdescr}
10971098

10981099
\indexlibrary{\idxcode{atanh}!\idxcode{complex}}%
@@ -1107,8 +1108,8 @@
11071108

11081109
\pnum
11091110
\remarks
1110-
Behaves the same as C function \tcode{catanh},
1111-
defined in 7.3.6.3.
1111+
Behaves the same as the C function \tcode{catanh}.
1112+
\xref ISO C 7.3.6.3
11121113
\end{itemdescr}
11131114

11141115
\indexlibrary{\idxcode{cos}!\idxcode{complex}}%

0 commit comments

Comments
 (0)