C Sinh() - C Standard Library - Programiz
Become a certified C programmer.
ENROLLPopular Tutorials
Data Types in C C if...else Statement C for Loop Arrays in C Programming Pointers in C Start Learning CPopular Examples
Check odd/even number Find roots of a quadratic equation Print Pyramids and Patterns Check prime number Print the Fibonacci series Explore C ExamplesReference Materials
string.h math.h ctype.h View allCreated with over a decade of experience.
- Learn
- Practice
- Compete
Certification Courses
Created with over a decade of experience and thousands of feedback.
Learn Python Learn HTML Learn JavaScript Learn SQL Learn DSA View all Courses onBecome a certified C programmer.
Try Programiz PRO!Popular Tutorials
Data Types in C C if...else Statement C for Loop Arrays in C Programming Pointers in C Start Learning C All C TutorialsReference Materials
string.h math.h ctype.h View all Python JavaScript C C++ Java R KotlinBecome a certified C programmer.
Try Programiz PRO!Popular Examples
Check odd/even number Find roots of a quadratic equation Print Pyramids and Patterns Check prime number Print the Fibonacci series All C Examples<math.h> Functions
- acos()
- acosh()
- asin()
- asinh()
- atan()
- atanh()
- atan2()
- cbrt()
- ceil()
- cos()
- cosh()
- exp()
- fabs()
- floor()
- hypot()
- log()
- log10()
- pow()
- sin()
- sinh()
- sqrt()
- tan()
- tanh()
C Tutorials
- C asinh()
- C tanh()
- C cosh()
- C cos()
- C atanh()
- C asin()
C sinh() C sinh() Prototype
double sinh( double arg );The sinh() function takes a single argument and returns the value of type double.
[Mathematics] sinhx = sinh(x) [In C programming]It is defined in <math.h> header file.
In order to find the sinh() of long double or float numbers, use the following prototype.
long double sinhl( long double arg ); float sinhf( float arg );C sinh() range
The arguments passed to the function sinh() can be any number, either negative or positive.
Example: C sinh() function
#include <stdio.h> #include <math.h> #define PI 3.141592654 int main() { double angle = 2.50, result; result = sinh(angle); printf("Sine hyperbolic of %.2lf (in radians) = %.2lf", angle, result); return 0; }Output
Sine hyperbolic of 2.50 (in radians) = 6.05 Share on: Did you find this article helpful?Sorry about that.
How can we improve it? Feedback * Leave this field blankYour builder path starts here. Builders don't just know how to code, they create solutions that matter.
Escape tutorial hell and ship real projects.
Try Programiz PRO- Real-World Projects
- On-Demand Learning
- AI Mentor
- Builder Community
Related Library Functions
C Library Function
C acos()
C Library Function
C acosh()
C Library Function
C ceil()
C Library Function
C tanh()
Từ khóa » C Ch Sinh
-
Hyperbolic Functions - Wikipedia
-
Sinh() Function For Complex Number In C++ - GeeksforGeeks
-
C–H And C–C Activation Of N-Butane With Zirconium Hydrides ...
-
Ascending Order Of A = Sinh 0 , B = Cosh 0 , C = Sech 0 . - Toppr
-
Prove That Cosh ^2x - Sinh ^2x = 1 - Toppr
-
6.9 Calculus Of The Hyperbolic Functions - OpenStax
-
Electron Diffraction Study On The Molecular Structure Of ...
-
Phòng Công Tác Sinh Viên - Trường Đại Học Nông Lâm TP.HCM
-
Quyết định Số 07/QĐ-TTg Của Thủ Tướng Chính Phủ Về Việc điểu ...
-
[PDF] Ch Ng Lo N D Ng Tr Ng L C C B M Sinh (Congenital Myotonic Dystrophy)
-
Phòng Sinh Thái Môi Trường Nước
-
TMath - CERN ROOT