User Profile
Collapse
-
If 'n' is a large double it will be converted to scientific notation when printed as a string.... -
:) writing byte articles is my "reward task".. not project dealines were hurt in producing this article....Leave a comment:
-
Have you considered what happens for large double values?
For example:
double aNum = 444444444.56
System.out.prin tln("my number is: " + aNum);
the result is:
4.4444444456E8
You can get around this with the DecimalFromat class with a tradeoff in performance.Leave a comment:
-
3 Tips to Beat the Development Deadline
Deadlines looming and just can’t get enough done at work? Try these 3 steps to organize your working day and deliver your projects on time.
Tip 1 - understand your environment
Workplace distractions, wanted and unwanted, eat away a developer's day. Identify the distractions that have the largest time cost - the approximate number of minutes that the distraction keeps you from your daily work goals. Use 5 or 10 minute...
No activity results to display
Show More
Leave a comment: