This browser-based program finds the smallest integer in a sequence of integers and prints the minimum value to the screen. It works with negative and positive integers but you can make it ignore the sign and have it find the minimum integers by their magnitude (absolute value). The number of minimum integers you need, as well as the input and output integer separators can be configured in the options. Created by math nerds from team Browserling.
This browser-based program finds the smallest integer in a sequence of integers and prints the minimum value to the screen. It works with negative and positive integers but you can make it ignore the sign and have it find the minimum integers by their magnitude (absolute value). The number of minimum integers you need, as well as the input and output integer separators can be configured in the options. Created by math nerds from team Browserling.
With this online tool, you can locate the least of the given integers. It can process lists of integers of arbitrary size and the integers themselves can be of arbitrary length. By default, if it sees at least one negative integer in the input list, it ignores all positive integers (because any negative integer is smaller than any positive integer). If you're interested only in the magnitude of an integer, use the "Sign-free Comparison" option. With this option turned on, the application calculates the absolute values of integers during the comparison. The smallest integer is then returned with its original sign. If you want to find more than one minimum value, use the "Integer Count" option. Here you can specify the minimum count that you need. The minimum values are then displayed in order from the smallest to largest. If you set the count equal to the number of integers in your input sequence, you will get a sorted list of integers in the output. To correctly identify integers in the input data, you need to enter the separator character used in the input data in the input separator option. For the output integers, you can use the same or a different separator, which can also be entered in the options. Integerabulous!
With this online tool, you can locate the least of the given integers. It can process lists of integers of arbitrary size and the integers themselves can be of arbitrary length. By default, if it sees at least one negative integer in the input list, it ignores all positive integers (because any negative integer is smaller than any positive integer). If you're interested only in the magnitude of an integer, use the "Sign-free Comparison" option. With this option turned on, the application calculates the absolute values of integers during the comparison. The smallest integer is then returned with its original sign. If you want to find more than one minimum value, use the "Integer Count" option. Here you can specify the minimum count that you need. The minimum values are then displayed in order from the smallest to largest. If you set the count equal to the number of integers in your input sequence, you will get a sorted list of integers in the output. To correctly identify integers in the input data, you need to enter the separator character used in the input data in the input separator option. For the output integers, you can use the same or a different separator, which can also be entered in the options. Integerabulous!
In this example, we paste twelve vertically spaced double-digit integers in the input area. To quickly find the smallest value in this list, we set the search count to 1 and set the integer separator to \n (this means vertical integers). As the input list is short, the output is instant and we see that the smallest value is 24.
This example compares large ten-digit integers and finds four minimums at once. As there are two negative values and multiple positive values, the negative values are instantly selected to be printed. Then the remaining positive values are all compared with each other to find the least among them. The entered sequence of integers uses the semicolon symbol as a delimiter, therefore, we set the character ";" in the input delimiter option. In the output, we change the format of the sequence, using commas to separate the minimums.
In this example, we compare space-separated integers only by their magnitudes. As the "Sign-free Comparison" option is turned on, the tool takes the absolute value of each integer before performing the search. All integers are now non-negative and the smallest integer is the one closest to zero. We find three smallest integers and it turns out that the smallest integers by their modulus are 1, -2, and -4.
You can pass input to this tool via ?input query argument and it will automatically compute output. Here's how to type it in your browser's address bar. Click to try!
Create a drawing that visualizes von Neumann hierarchy of sets.
Create a sudoku puzzle.
Create a list of neat-looking integers (called magic integers).
Generate a list of tuples of integers with n elements.
Quickly convert integers to base one.
Quickly convert base one to integers.
Quickly convert integers to base two.
Quickly convert base two to integers.
Quickly convert integers to base eight.
Quickly convert base eight to integers.
Quickly convert integers to base sixteen.
Quickly convert base sixteen to integers.
Quickly encode integers to base-64.
Quickly decode base-64 to integers.
Quickly convert integers to a custom base.
Quickly encode integers to HTML encoding.
Quickly decode HTML entities to integers.
Quickly encode integers to URL (percent) encoding.
Quickly decode URL-encoded integers.
Quickly convert a signed integer to an unsigned integer.
Quickly convert an unsigned integer to a signed integer.
Generate a list of random integers.
Check if the given integers are palindromes.
Create a matrix whose entries are all integers.
Create a vector with integer coefficients.
Quickly calculate the average value of integers.
Quickly calculate the average value of integer digits.
Quickly randomly select a digit from an integer.
Find which of the given integers is the biggest or smallest.
Limit integer values to a range.
Limit integer digit values to a range.
Create multiple copies of the input integers.
Create multiple copies of digits of input integers.
Rotate the digits of an integer to the left or right.
Move the digits of an integer to the left or right.
Quickly find the difference of a bunch of integers.
Quickly apply the bitwise AND operation to integers.
Quickly apply the bitwise OR operation to integers.
Quickly apply the bitwise XOR operation to integers.
Quickly apply the bitwise NOT operation to integers.
Quickly apply the bitwise NAND operation to integers.
Quickly apply the bitwise NOR operation to integers.
Quickly apply the bitwise NXOR operation to integers.
Quickly divide two or more integers.
Quickly divide the digits of an integer.
Add -st, -nd, -rd, -th suffixes to integers to make them ordinals.
Remove -st, -nd, -rd, -th suffixes from ordinals to make them ints.
Find integers that match a filter (greater, less, equal).
Add padding to integers on the left side.
Add padding to integers on the right side.
Position all integers so that they align on the right.
Position all integers so that they align in the middle.
Turn all integers into positive integers.
Turn all integers into negative integers.
Rewrite an integer in fractional form.
Extract the numerator and denominator from a fraction.
Search for all occurrences of an integer and replace it.
Create a regex that matches the given integers.
Create integers that match the given regular expression.
Create relatively tiny integers.
Create relatively huge integers.
Create a sequence of oscillating integers, such as 123212321.
Create multiple integer sequences at once.
Slightly change an integer so it has an error.
Slightly change integer digits so there are errors.
Apply fuzzing to integers and add perturbations.
Apply fuzzing to integer digits and add digit perturbations.
Add highlighting to certain integers.
Add highlighting to certain integer digits.
Add color to integers based on a condition.
Add color to individual digits in the given integers.
Quickly assign colors to integers and draw them as pixels.
Quickly assign integer values to pixel colors and print them.
Make the digits of an integer go in a spiral shape.
Make the digits of an integer go in a circle.
Make the digits of an integer go in a diamond shape.
Fill a box with certain width and height with digits.
Use ASCII art to convert integers to 2-dimensional drawings.
Use ASCII art to convert integers to 3-dimensional drawings.
Decompose an integer into ones, tens, hundreds, etc.
Generate an ordered list of increasing integers.
Generate an ordered list of decreasing integers.
Quickly find various information about the given integers.
Find hidden patterns of numbers in integers.
Find the Shannon entropy of an integer.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling our mission is to make people's lives easier, so we created this collection of integer tools. Our tools have the simplest user interface that doesn't require advanced computer skills and they are used by millions of people every month. Our integer tools are actually powered by our programming tools that we created over the last couple of years. Check them out!