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年以上 前 | 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年以上 前 | 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年以上 前 | 6 件の回答 | 0
