Exponent Function | C++ | Tutorial 23

  Рет қаралды 24,023

Giraffe Academy

Giraffe Academy

Күн бұрын

Пікірлер: 16
@abdulnizar2644
@abdulnizar2644 6 жыл бұрын
Bro can post logarithm fuction in dev c++ plss post in next week
@bradsen
@bradsen 4 жыл бұрын
Hi Mike, thanks for the video. What about the power function of two very large numbers? One number is at least 100 bits long. Are you able to do it using the boost library?
@practicecoach777
@practicecoach777 Жыл бұрын
Fantastic 🎶
@hewanlegesse3735
@hewanlegesse3735 Жыл бұрын
I love your videos very clear
@adventuresinphysics5069
@adventuresinphysics5069 3 жыл бұрын
How is the pow() function in the cmath library implemented? Is it implemented this way?
@irenebonso6917
@irenebonso6917 5 жыл бұрын
This helped a lot!! Thank youuuuuu
@anahdaniel5200
@anahdaniel5200 5 ай бұрын
I understand this concept but what if i want to raise a base by zero. how do i go about it.
@Robocat754
@Robocat754 4 жыл бұрын
I thought there is a special api for the exponent function. You should change your title to " for loop example" or something. But thanks anyway for your c++ tutorials.
@sheenpula3601
@sheenpula3601 5 жыл бұрын
Helped a lot!
@sheenpula3601
@sheenpula3601 5 жыл бұрын
Thanks!!
@SuperWubDub
@SuperWubDub 5 жыл бұрын
@@sheenpula3601 did you just have a convo with yourself? and like both comments you made?
@sultanicboy2051
@sultanicboy2051 Жыл бұрын
Awesome
@stacyhackney6100
@stacyhackney6100 2 жыл бұрын
Thank you
@prajinshankarkarthik8013
@prajinshankarkarthik8013 3 жыл бұрын
#include using namespace std; double exp(double num, int exponent) { double sum = 1; double sum2 = 1; if(exponent > 0) { for(int i = 1; i exponent; double ans = exp(number, exponent); cout
@hh3478
@hh3478 2 жыл бұрын
Does that work
@hh3478
@hh3478 2 жыл бұрын
If works explain me
2d Arrays & Nested Loops | C++ | Tutorial 24
9:54
Giraffe Academy
Рет қаралды 31 М.
Getters & Setters | C++ | Tutorial 30
12:41
Giraffe Academy
Рет қаралды 67 М.
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
Functions | C++ | Tutorial 14
10:04
Giraffe Academy
Рет қаралды 21 М.
you will never ask about pointers again after watching this video
8:03
AWK - A Tool That Does Too Much
11:10
The Exhausted Programmer
Рет қаралды 23 М.
Learn C++ With Me #20 - Functions
26:14
Tech With Tim
Рет қаралды 58 М.
Building a Guessing Game | C++ | Tutorial 21
10:45
Giraffe Academy
Рет қаралды 39 М.
C++ Programming Tutorial 12 - Using Functions (pow function)
5:04
What is the Difference Between a Pointer and a Reference C++
7:58
Paul Programming
Рет қаралды 443 М.
C++ Tutorial for Beginners - Learn C++ in 1 Hour
1:22:56
Programming with Mosh
Рет қаралды 4,5 МЛН
Classes & Objects | C++ | Tutorial 27
12:34
Giraffe Academy
Рет қаралды 29 М.
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54