Re: Why Java's math expression (power) is so inconvenient and error prone?
- From: Shawn <shaw@xxxxxxxxxx>
- Date: Mon, 30 Oct 2006 16:49:38 -0500
I appreciate Mark Thornton's reply:
import static java.lang.Math.*;
Then pow(2,3) or exp(1) is ready for service. Obviously, I didn't know this trick.
In comparison, a wrapper class is a waste at all.
.
- Follow-Ups:
- References:
- Prev by Date: Re: How do I get this to output 12 strings per line
- Next by Date: Re: Why Java's math expression (power) is so inconvenient and error prone?
- Previous by thread: Re: Why Java's math expression (power) is so inconvenient and error prone?
- Next by thread: Re: Why Java's math expression (power) is so inconvenient and error prone?
- Index(es):
Relevant Pages
|