Change suggested by Fabian Kreutz

This commit is contained in:
Michael Kerrisk 2004-11-15 13:11:26 +00:00
parent 7440ec4c09
commit 4e050476e1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
sincos, sincosf, sincosl \- calculate sin and cos simultaneously
.SH SYNOPSIS
.nf
.B #define _GNU_SOURCE
.B #include <math.h>
.sp
.BI "void sincos(double " x ", double *" sin ", double *" cos );