New posts in digits

Gets last digit of a number

How to find out if letter is Alphanumeric or Digit in Swift

recursive function digits of a positive decimal integer in reverse order c++

how to display digits in a number printed, separated by two spaces? in python

in python how do I convert a single digit number into a double digits string?

How do I separate an integer into separate digits in an array in JavaScript?

Show a leading zero if a number is less than 10 [duplicate]

Which is best data type for phone number in MySQL and what should Java type mapping for it be?

Sum all the digits of a number Javascript

How to tell if string starts with a number with Python?

Get number of digits with JavaScript

Efficient way to determine number of digits in an integer

How to allow introducing only digits in jTextField?

Why does subtracting '0' in C result in the number that the char is representing?

Given a number, find the next higher number which has the exact same set of digits as the original number

Sum the digits of a number

Controlling number of decimal digits in print output in R

Check if string contains only digits

How to round a number to n decimal places in Java