Share math.h c++ source

greenbear163

New member
#C ++ #Math.h #Header Tệp #standard Mẫu thư viện #Template

## Math.h C ++ Nguồn

Tệp tiêu đề `<Math.h>` trong C ++ cung cấp một số hàm và hằng số toán học.Nó được bao gồm theo mặc định trong tất cả các chương trình C ++, vì vậy bạn không cần phải đưa nó một cách rõ ràng vào mã của mình.

Tệp tiêu đề `<Math.h>` chứa các chức năng sau:

* `ACOS ()`: Trả về cosin hồ quang của một số.
* `asin ()`: Trả về sin cung của một số.
* `atan ()`: Trả về tiếp tuyến vòng cung của một số.
* `atan2 ()`: Trả về tiếp tuyến vòng cung bốn tứ diện của hai số.
* `ceil ()`: Trả về số nguyên nhỏ nhất lớn hơn hoặc bằng một số.
* `cos ()`: Trả về cosin của một số.
* `Cosh ()`: Trả về cosin hyperbol của một số.
* `exp ()`: Trả về hàm hàm mũ của một số.
* `fabs ()`: Trả về giá trị tuyệt đối của một số.
* `Slof ()`: Trả về số nguyên lớn nhất hoặc bằng một số.
* `fmod ()`: Trả về phần còn lại của hoạt động phân chia.
* `log ()`: Trả về logarit tự nhiên của một số.
* `log10 ()`: Trả về logarit cơ sở-10 của một số.
* `pow ()`: Trả lại sức mạnh của một số cho một số mũ nhất định.
* `sin ()`: Trả về sin của một số.
* `Sinh ()`: Trả về sin hyperbol của một số.
* `Sqrt ()`: Trả về căn bậc hai của một số.
* `tan ()`: Trả về tiếp tuyến của một số.
* `Tanh ()`: Trả về tiếp tuyến hyperbol của một số.

Tệp tiêu đề `<Math.h>` cũng chứa một số hằng số toán học, chẳng hạn như `pi`,` e` và `inf`.

Dưới đây là một ví dụ về cách sử dụng tệp tiêu đề `<math.h>` trong C ++:

`` `C ++
#include <Istream>
#include <math.h>

int main () {
// Tính hình sin của PI/2.
Double sin_pi_2 = sin (m_pi / 2);

// In kết quả vào bảng điều khiển.
std :: cout << "sin (pi/2) =" << sin_pi_2 << std :: endl;

trả lại 0;
}
`` `

## hashtags

* #C ++
* #Math.h
* #Tập tin tiêu đề
* Thư viện mẫu #standard
* #bản mẫu
=======================================
#C++ #Math.h #Header File #standard Template Library #Template

## Math.h C++ Source

The `<math.h>` header file in C++ provides a number of mathematical functions and constants. It is included by default in all C++ programs, so you do not need to explicitly include it in your code.

The `<math.h>` header file contains the following functions:

* `acos()`: Returns the arc cosine of a number.
* `asin()`: Returns the arc sine of a number.
* `atan()`: Returns the arc tangent of a number.
* `atan2()`: Returns the four-quadrant arc tangent of two numbers.
* `ceil()`: Returns the smallest integer greater than or equal to a number.
* `cos()`: Returns the cosine of a number.
* `cosh()`: Returns the hyperbolic cosine of a number.
* `exp()`: Returns the exponential function of a number.
* `fabs()`: Returns the absolute value of a number.
* `floor()`: Returns the largest integer less than or equal to a number.
* `fmod()`: Returns the remainder of a division operation.
* `log()`: Returns the natural logarithm of a number.
* `log10()`: Returns the base-10 logarithm of a number.
* `pow()`: Returns the power of a number to a given exponent.
* `sin()`: Returns the sine of a number.
* `sinh()`: Returns the hyperbolic sine of a number.
* `sqrt()`: Returns the square root of a number.
* `tan()`: Returns the tangent of a number.
* `tanh()`: Returns the hyperbolic tangent of a number.

The `<math.h>` header file also contains a number of mathematical constants, such as `PI`, `E`, and `INF`.

Here is an example of how to use the `<math.h>` header file in C++:

```c++
#include <iostream>
#include <math.h>

int main() {
// Calculate the sine of pi/2.
double sin_pi_2 = sin(M_PI / 2);

// Print the result to the console.
std::cout << "sin(pi/2) = " << sin_pi_2 << std::endl;

return 0;
}
```

## Hashtags

* #C++
* #Math.h
* #Header File
* #standard Template Library
* #Template
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top