eed a
Sage-specific problem rather than something I could work around in Python?
Many thanks again for any help.
Kim
From: Ben Finney
To: python-list@python.org
Sent: Thursday, April 10, 2014 12:54 AM
Subject: Re: Plotting the integer-and-fraction remainder of a f
st@python.org
Sent: Thursday, April 10, 2014 1:01 AM
Subject: Re: Plotting the integer-and-fraction remainder of a function value
modulo 360
On Wed, 09 Apr 2014 21:32:27 -0700, Kim Plofker wrote:
> How can I get Python to represent a value of a function in degrees,
> i.e., with values b
How can I get Python to represent a value of a function in degrees, i.e., with
values between 0 and 360, by taking the (non-integer) function expression mod
360?
That is, I have a function with non-integer values, called Longitude, which is
defined in terms of the variable t. I just want to plo