answersLogoWhite

0


Best Answer

It is a set which is known as the co-domain (or range).

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the set of all values a function will return as outputs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The set of all values that a function will return as outputs is called the of the function?

The set of all values that a function will return as outputs is called the *range* of the function.


Which term describes the set of all values that a function will return as outputs?

RANGE -----> apex


How is range related to a function?

The range is the set of all possible outputs values for the function when given inputs from the domain.


What is a table that is used to describe a function by listing all outputs?

It is generally referred to as "a table of values"


The set of all values that a function will return as is called the range of the function?

output


Write a program to return a function using class in C Plus Plus?

Classes cannot return values, only functions can return values. But you cannot return a function from a function, you can only return a function pointer -- a pointer variable holding the address of the function you wish to return. All possible return values must be of the same type, therefore all function signatures and return types must be exactly the same -- only the name of the functions can differ.


The range is the set of all values of a function will return as?

output


What term describes the set of all values that a function will return as outposts?

The range of the function.


Why function should return a value?

Not all functions return values. If you take a function which is of type void, you get a function which is does not return anything. The only functions which should return values are those which are used as a right side of expressions (so called rvalues).


Is the set of all values a function will accept as inputs?

There are two sets for any given function, the domain and the range. The range is the set of outputs and the set of inputs is the domain.


The is the set of all values a function will accept as inputs.?

There are two sets for any given function, the domain and the range. The range is the set of outputs and the set of inputs is the domain.


All the values that go into a function. All of the input or independent values what is this called?

They are called the arguments of the function.