Penguin
Annotated edit history of sin(3) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SIN
2 !!!SIN
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 sin - sine function
14 !!SYNOPSIS
15
16
17 __#include
18 __ ''x''__);
19 __
20 !!DESCRIPTION
21
22
23 The __sin()__ function returns the sine of ''x'',
24 where ''x'' is given in radians.
25 !!RETURN VALUE
26
27
28 The __sin()__ function returns a value between -1 and
29 1.
30 !!CONFORMING TO
31
32
33 SVID 3, POSIX, BSD 4.3, ISO 9899
34 !!SEE ALSO
35
36
37 acos(3), asin(3), atan(3),
2 perry 38 atan2(3), cos(3), tan(3)
1 perry 39 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.