woogi@www woogi]$ man sin
Formatting page, please wait...
SIN(3) Linux Programmer's Manual SIN(3)
NAME
sin - sine function
SYNOPSIS
#include <math.h>
double sin(double x);
DESCRIPTION
The sin() function returns the sine of x, where x is given
in radians.
RETURN VALUE
The sin() function returns a value between -1 and 1.
CONFORMING TO
SVID 3, POSIX, BSD 4.3, ISO 9899
SEE ALSO
acos(3), asin(3), atan(3), atan2(3), cos(3), tan(3)
June 8, 1993
숨어야쥐.. ㅡㅡa
: 리눅스에서도 math.h 파일이 있고...
:
: 거기에 sin 함수에 대한 정의가 있는데...
:
: 도데체가 어떻게 쓰는건지 모르겠네요...
:
: 컴파일하면 sin 함수가 정의가 되어있지 않다고 나오는데..
:
: 컴파일할때.. 특별한 옵션을 주어야하는지요....
:
:
: #incldue <math.h>
: .....
: .
: .
: .
: 이거 말구 선언해야 할것이 더 있는지 궁금하네요..
:
: 답변 부탁합니다.