answersLogoWhite

0


Best Answer

The range of a set of numbers is the difference between the highest and lowest values. Find these and subtract the lowest from the highest.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you get the range of integer values?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you store unlimited value in any integer type of variables?

No. In Java, you can store a limited range of values in an integer. Specifically, integers are 32-bit signed values which can store values in the range [-231, 231-1]. If you need to store more values, consider using a long integer [-263, 263-1] or the BigInteger class (which can store arbitrary-precision values).


How do you decide which integer type to use in c language?

By the range of values you wish to represent.


What is the difference between range and integral range?

The range, usually of a function, is the set of value that the function can take. The integral range is a subset of the range consisting of integer values that the function can take.


How many different values can 128 bits represent?

A 128-bit register can store 2 128th (over 3.40 × 10 38th) different values. The range of integer values that can be stored in 128 bits depends on the integer representation used.


Which sequence of fx equals 2x plus 2 has integer input values?

f(x)=2x+2. Put in 0, 1/2, 1, 3/2, 2... and you will get integer values. That is for the domain. The numbers you get when you put that in are the range integral values.


Can a function have an infinite number of values in its domain and only a finite number of values in its range?

Yes. A function is a rule to assign a value based on some other value; you can make the function equal to a constant for all values of a variable "x", or you can make it equal to a few values. Commonly used functions of this type include the integer function (take the integer part of a number), which, if you consider a finite domain (for example, all numbers from 0 to 10), has an infinite number of values in the domain, but only a few specific values in its range; and the sign function.


A quantity that can be equal to any integer and can take any different integer values is known as?

Integer variables


What is the largest positive number that can be stored using 8 bits?

An N-bit integer holds 2N different values.For an unsigned integer, the range of values is 0..2N-1 thus.For a signed integer using 2s complement, the range is -2N-1..+2N-1-1.Therefore, the largest positive number that can be stored using 8 bits is 255.


Can an integer repeat in the range?

Yes.


If the domain of f(x)-x2 is integer values of x such that -3-x?

5


A random variable is said to be discrete if?

It can take only a finite number of values. These need not be integer values.


What is the signed integer range?

The signed integer range extends only from negative infinity to positive infinity. You have to make up your own names and symbols for whole numbers that are not included in that range.