aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man/complex.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/man/complex.3')
-rw-r--r--lib/msun/man/complex.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/msun/man/complex.3 b/lib/msun/man/complex.3
index f1acfbe6da74..8465311e7a4b 100644
--- a/lib/msun/man/complex.3
+++ b/lib/msun/man/complex.3
@@ -22,9 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
-.Dd June 19, 2018
+.Dd November 3, 2021
.Dt COMPLEX 3
.Os
.Sh NAME
@@ -121,3 +119,9 @@ The
.In complex.h
functions described here conform to
.St -isoC-99 .
+.Sh BUGS
+The power functions,
+.Fn cpowf, cpow ,
+and
+.Fn cpowl ,
+are implemented, but the code was neither reviewed nor tested.