Re: Plotting x^(1/3), etc.
- To: mathgroup at yoda.physics.unc.edu
- Subject: Re: Plotting x^(1/3), etc.
- From: roach
- Date: Fri, 17 Apr 92 08:57:57 CDT
The definition of Power that Mathematica uses is
x^y == E^(y*Log[x])
where Log is the principle branch of the logarithm.
Kelly