I want to find no of digits of a number using only maths, it seems greatest integer of log of that num with base 10 gives numbers like 1.99, 2.37, 72.5 and greatest integer of them like 2, 3, 73 is the no of digits, how do you find greatest integer in assembly I want the number in integer.
As I said above I tried all.
New contributor
user45 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.