Re: BigDecimal and trigonometrics
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 19:47:58 GMT
<javerberg@xxxxxxxxx> wrote in message
news:1131993470.102368.74500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Does anyone know an easy way, or know of freely any available code /
> packages, to use sine and cosine on BigDecimal with full precision?
AFAIK, the sine of a value may be an irrational number, which means it
may take an infinite number of digits to represent. Therefore, what you are
asking for is impossible on a computer with finite memory, nevermind whether
it's running Java or not.
- Oliver
.
- References:
- BigDecimal and trigonometrics
- From: javerberg
- BigDecimal and trigonometrics
- Prev by Date: Re: returin a generic if there is no reference to it in the param list
- Next by Date: limiting an URL connection
- Previous by thread: BigDecimal and trigonometrics
- Next by thread: Re: BigDecimal and trigonometrics
- Index(es):
Relevant Pages
|