Add sqrt() to the first table in the manpage. It seems it was accidentally

omitted.
This commit is contained in:
David Schultz 2007-12-15 02:40:10 +00:00
parent b063a42270
commit 3eb5f519a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174608

View file

@ -101,6 +101,7 @@ Otherwise, the real equivalent is called.
.It Fn exp Ta Fn exp Ta Fn cexp
.It Fn log Ta Fn log Ta Fn clog
.It Fn pow Ta Fn pow Ta Fn cpow
.It Fn sqrt Ta Fn sqrt Ta Fn csqrt
.It Fn fabs Ta Fn fabs Ta Fn cabs
.El
.Pp