Index: [thread] [date] [subject] [author]
  From: Philip K. Warren <pkw@acpub.duke.edu>
  To  : 
  Date: Sun, 31 Jan 1999 18:13:06 -0500

Re: '^' Operator

I'd add it just like all the other expressions have been implemented in
the expression tree class and exprtree_aux.h.

-- Philip

Carl Knerr wrote:
> 
> How do I get the ^ operator to work between expressions?  Do I need to
> write that in arithmetica.cc or can I add it to the expression class?
> If I add it to the expression class, how and where do I do that?  Any
> help would be greatly appreciated.
> 
> --
> Carl Knerr
> "Proof of two long-held assumptions:
> 1) Fans can make a difference.
> 2) Even smart people can act like idiots."
>  - Sports Illustrated on the Cameron Crazies (8/10/98)
>  http://www.duke.edu/~crk5


Index: [thread] [date] [subject] [author]