Skip to content Skip to sidebar Skip to footer
Showing posts with the label Digits

Using Math.round In Javascript Adds Weird Number Of 0s At The End

Possible Duplicate: Is JavaScript’s Math broken? I'm using Math.round to round the number and… Read more Using Math.round In Javascript Adds Weird Number Of 0s At The End

Return Sum Of A Number (positive Or Negative)

I need to make a function that takes a number and returns sum of it's digits, if the number is … Read more Return Sum Of A Number (positive Or Negative)