answersLogoWhite

0


Best Answer

You can use the pow() function in math.h.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What function is used to perform exponentiation in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Dialysis is used to perform the function of?

Dialysis is the machin which is used to perform the function of Kidney .


Why are brackets sometimes used in an expression?

They may be used to denote a function. They are also used to change the order in which the operations of index (exponentiation), division or multiplication, addition or subtraction are carried out.


What is logarithmic function?

n mathematics, the logarithmic function is an inverse function to exponentiation. The logarithmic function is defined as The base of the logarithm is a. This can be read it as log base a of x. The most 2 common bases used in logarithmic functions are base 10 and base e.


What are the main function in sql?

SQL (Structured Query Language) is a language used in a SQL server to manage data (Query the data, insert, Update, Delete) as well as perform data manipulation (calculations, etc)


What are exponential functions?

With exponentiation functions, the rate of change of the function is proportional to it present value.A function f(x) = ax is an exponentiation function [a is a constant with respect to x]Two common exponentiation functions are 10x and ex. The number 'e' is a special number, where the rate of change is equal to the value (not just proportional). When the number e is used, then it is called the exponential function.See related links.


What hardware is used to perform the same function as Internet Connection Sharing?

routers


What function do protocols perform in network communication?

protocols used for network device.


Why Clearscreen in c language is used?

'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).


What are loops in c language?

In very simple terms, Loops in any language are used to perform a task repetitively.


What is a function of a motor nerve cell?

Motor nerve cells are the nerves that are supplied from the the brain to the muscles and the glands to perform a function. They are used in contracting and relaxing the muscles to perform certain specified functions.


What is the function of interjection on English language?

Interjections are used to show emotions.


What is printf function?

Printf function is used in c language. Printf is used to print something to the standard output. ex: printf ('welcome');