cacos(3): correct spelling of 'I'

In some cases we had 'i' instead of 'I'.

PR:		195517
Submitted by:	stephen
This commit is contained in:
Eitan Adler 2017-12-31 00:55:00 +00:00
parent 28f1a9e3ff
commit d592c356d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327400

View File

@ -136,9 +136,9 @@ corresponding ranges for the return values, adopted by the C language.
.It Sy Function Ta Sy Branch Cut(s) Ta Sy Range
.It cacos Ta (-\*(If, -1) \*(Un (1, \*(If) Ta [0, \*(Pi]
.It casin Ta (-\*(If, -1) \*(Un (1, \*(If) Ta [-\*(Pi/2, \*(Pi/2]
.It catan Ta (-\*(If*I, -i) \*(Un (I, \*(If*I) Ta [-\*(Pi/2, \*(Pi/2]
.It catan Ta (-\*(If*I, -I) \*(Un (I, \*(If*I) Ta [-\*(Pi/2, \*(Pi/2]
.It cacosh Ta (-\*(If, 1) Ta [-\*(Pi*I, \*(Pi*I]
.It casinh Ta (-\*(If*I, -i) \*(Un (I, \*(If*I) Ta [-\*(Pi/2*I, \*(Pi/2*I]
.It casinh Ta (-\*(If*I, -I) \*(Un (I, \*(If*I) Ta [-\*(Pi/2*I, \*(Pi/2*I]
.It catanh Ta (-\*(If, -1) \*(Un (1, \*(If) Ta [-\*(Pi/2*I, \*(Pi/2*I]
.El
.Sh SEE ALSO