Các phép toán số học và một số hàm toán học trong C++

Lập trình C++

Các phép toán số học:

TT

Phép toán

Kí hiệu

Ví dụ

Kết quả

1

Cộng

+

9+4

13

2

Trừ

9-4

5

3

Nhân

*

9*4

36

4

Chia

/

9/4

2

9.0/4

2.25

9/4.0

2.25

5

Chia lấy phần dư

%

9%4

1

6

Tăng 1 đơn vị

++

a++

Giống a=a+1

7

Giảm 1 đpn vị

a–

Giống a=a-1

 

Một số hàm Toán học:

TT

Tên hàm

Ý nghĩa

Thư viện

1

max(a,b)

Trả về giá trị lớn nhất trong hai số a, b

 

2

min(a,b)

Trả về giá trị nhỏ nhất trong hai số a, b

 

3

pow(x,y)

Trả về x mũ y.

#include <math.h>

4

sqrt(x)

Trả về căn bậc 2 của x.

#include <math.h>

5

cbrt(x)

Trả về căn bậc 3 của x.

#include <math.h>

6

abs(x)

 trị tuyệt đối của số nguyên x

#include <math.h>

7

fabs(x)

trị tuyệt đối của số thực x

#include <math.h>

8

hypot(x,y)

Trả về độ dài cạnh huyền của tam giác vông có 2 cạnh góc vuông là x và y.

#include <math.h>

9

 __gcd(a,b)

Trả về UCLN của hai số a và b

#include <algorithm>

       

11 thoughts on “Các phép toán số học và một số hàm toán học trong C++

  1. najlepszy sklep says:

    Hey there! Do you know if they make any plugins to assist with SEO?

    I’m trying to get my blog to rank for some targeted keywords but I’m not seeing very good success.
    If you know of any please share. Thank you! You can read similar blog here:
    Dobry sklep

  2. sklep internetowy says:

    Hey! Do you know if they make any plugins to help with Search Engine Optimization? I’m trying to
    get my blog to rank for some targeted keywords but I’m not seeing very good success.
    If you know of any please share. Thanks! You can read similar
    text here: Dobry sklep

  3. Escape Room says:

    Hello there! Do you know if they make any plugins to assist with Search Engine
    Optimization? I’m trying to get my website to rank for some targeted keywords but I’m not seeing very good success.

    If you know of any please share. Many thanks! You can read
    similar art here: Good escape room

  4. blog creating says:

    Hello there! Do you know if they make any plugins to help with SEO?
    I’m trying to get my site to rank for some targeted keywords but I’m not seeing very good gains.
    If you know of any please share. Cheers! You can read similar art here

  5. escape rooms hub says:

    hello there and thank you for your information – I’ve certainly picked
    up anything new from right here. I did however
    expertise some technical issues using this website, as I experienced to
    reload the website a lot of times previous to I could get it to load correctly.
    I had been wondering if your hosting is OK? Not that I’m
    complaining, but sluggish loading instances times will sometimes affect your placement in google and could damage
    your high-quality score if ads and marketing with Adwords.
    Anyway I am adding this RSS to my email and could look out for a
    lot more of your respective intriguing content.
    Make sure you update this again very soon.. Lista escape room

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *