Top "Numbers" questions

A number is a mathematical object used to count, measure and label.

Spreadsheets: how do I SUM values in a column, only if the text column has a 1?

Let's say I have this data 4 1 4 0 4 1 3 0 5 1 How do I write a function (using SUM or something like that) to add …

excel numbers spread
Algorithm for finding smallest number with given number of factors

What's the most efficient algorithm anyone can think of that, given a natural number n, returns the least natural number …

algorithm numbers number-theory
convert number into words

even though this question has been posted and answered before. I wanted help with my code. Task is to convert …

c# numbers word
How to calculate "modular multiplicative inverse" when the denominator is not co-prime with m?

I need to calculate (a/b) mod m where a and b are very large numbers. What I am trying …

numbers modulo largenumber
get the number of n digit in a 2+ digit number

For example, getting "5" in "256". The closest I've gotten is Math.floor(256/10)), but that'll still return the numbers in front. Is …

javascript numbers digit
ORA-01722: invalid number for a simple query

I noticed the same topics here but I just couldn't find the answer because of my noob skill in databases, …

oracle numbers varchar ora-01722
range and xrange for 13-digit numbers in Python?

range() and xrange() work for 10-digit-numbers. But how about 13-digit-numbers? I didn't find anything in the forum.

python range numbers xrange
PHP get largest number from 3 variables

Possible Duplicate: Return variable with the highest value? I'm trying to come up with a simple way of finding the …

php numbers highest
How to read values from numbers written as words?

As we all know numbers can be written either in numerics, or called by their names. While there are a …

algorithm language-agnostic parsing numbers nlp