Feeds
已回答
Sum down to one digit
I extended your code 'Image Analyst' to show how this functions should return only one digit no matter how big num is. c...
Sum down to one digit
I extended your code 'Image Analyst' to show how this functions should return only one digit no matter how big num is. c...
8 years 前 | 0
已回答
Sum down to one digit
Wow that's a beast... Are you converting to string to get a length property? Thank you so much ! Edit* I need to think a b...
Sum down to one digit
Wow that's a beast... Are you converting to string to get a length property? Thank you so much ! Edit* I need to think a b...
8 years 前 | 0
提问
Sum down to one digit
I am trying to Sum numbers in a matrix down to *one* digit. I am using this code >> tic,s=0; while num>=1, s=s+rem(num, ...
8 years 前 | 6 个回答 | 0
