반응형
수학함수는 math.h에 정의되어 있다.
sin의 정의
double sin(double arg)
sinf의 정의
float sinf(float arg)
sinl의 정의
long double sinf(long double arg)
sinf와 sinl은 C99 버전부터 추가되었다.
math.h에 정의된 수학함수는 다음과 같은 것들이 있다.
exp / expf / expl
log / logf/ logl
pow / powf / powl
sqrt / sqrtf / sqrtl
sin / sinf / sinl
cos / cosf / cosl
tan / tanf / tanl
tan / tanf / tanl
asin / asinf / asinl
acos / acosf / acosl
atan / atanf / atnanl
atan2 / atan2f / atnan2l
ceil / ceilf/ ceill
floor / floorf / floorl
반응형
'컴퓨터 > C' 카테고리의 다른 글
C 반올림 함수 (0) | 2023.05.26 |
---|---|
[C] struct 내부에 함수 사용하기 (0) | 2023.04.07 |
[C] 범위 제한 매크로 (0) | 2023.04.07 |
#define 문 사용법 (0) | 2022.12.09 |
구조체(struct) 포인터 연산 (0) | 2022.09.19 |
댓글