Re: Why isn't math universal?
From: Dave Rooney (rooney_at_adi.com)
Date: 09/01/04
- Next message: steven: "Re: 6502"
- Previous message: Anton Erasmus: "Re: Best LCD Graphics controller chip ?"
- In reply to: Thomas Magma: "Why isn't math universal?"
- Next in thread: Thomas Magma: "Re: Why isn't math universal?"
- Reply: Thomas Magma: "Re: Why isn't math universal?"
- Reply: Spehro Pefhany: "Re: Why isn't math universal?"
- Reply: Richard: "Re: Why isn't math universal?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 01 Sep 2004 13:36:18 -0400
Thomas Magma wrote:
> Hi,
>
> I just wrote some DSP code in Java and ported it over to EVC for a PDA.
> Apparently EVC has a problem with the sin() of large numbers. What's up with
> this? I need to sin() large numbers. Any suggestions?
>
> Am I the only one that thinks that C, C++, and the MS foundation classes are
> a mess, and should be abolished?
>
> Thomas
>
Why not use sin( x % TWO_PI ); where TWO_PI is 6.283185..... assuming
x is in radians?
- Next message: steven: "Re: 6502"
- Previous message: Anton Erasmus: "Re: Best LCD Graphics controller chip ?"
- In reply to: Thomas Magma: "Why isn't math universal?"
- Next in thread: Thomas Magma: "Re: Why isn't math universal?"
- Reply: Thomas Magma: "Re: Why isn't math universal?"
- Reply: Spehro Pefhany: "Re: Why isn't math universal?"
- Reply: Richard: "Re: Why isn't math universal?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|