answersLogoWhite

0

What else can I help you with?

Related Questions

A formula prewritten by excel is called?

Function


What is the parent function for the exponential function?

The parent function of the exponential function is ax


What function in Microsoft Excel 2003 to write the amount in word?

Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.


What function tests a specific condition in Excel?

The IF function is the main function to do it and you can also use other logical functions, like the AND function, the OR function or the NOT function.


A function takes the exponential function's output and returns the exponential function's input?

A __________ function takes the exponential function's output and returns the exponential function's input.


Is the inverse of an exponential function the quadratic function?

No. The inverse of an exponential function is a logarithmic function.


Geta is a math function or string function?

GetA is a math function and not a string function.


What is if function withan an if function call?

A nested function.


If an inverse function undoes the work of the original function the original function's becomes the inverse function's domain?

The original function's RANGE becomes the inverse function's domain.


What are the function of legislature?

The main function of legislature is to make laws. The next function is the financial function which includes allocation of funds. The third function is judicial function which involves impeachment The fourth function is deliberative functions. The fifth function is constituent function. The sixth function is electoral function. The seventh function is administrative functions


What is the difference bw function pointer and function of pointer?

function pointer is a variable that hold the address of any function which declared in the program but function pointer is the array of the function that accept the run time size of the function.


The function of communication?

1 Interaction function 2 Information function 3 Educational training function 4 Emotional function 5 Decision making function 6 Feedback 7 Persuasion function


What function is considered a conditional function?

The IF function is a conditional function. See the related question below.


Can you define a function inside a function?

No. Functions should be defined separately. So you would not define a function within a function. You can define one function, and while defining another function, you can call the first function from its code.


Which term describes a function used as an argument for another function?

In Excel a function within another function would be called a nested function.


What do you call the inverse function of the exponential function?

Logarithmic Function


How can you declare a pointer function?

*function();this declares a pointer function!


The max function is an example of what function?

It is a Basic Statistical Function.


What are the forms and function of modals?

function of modals


When a function is used as an argument in another function?

It is called callback function. For an example see the qsort function.