Post Reply 
is Python-syntax-in-CAS less accurate than PPL?
09-28-2018, 11:45 PM
Post: #5
RE: is Python-syntax-in-CAS less accurate than PPL?
(09-28-2018 11:18 PM)StephenG1CMZ Wrote:  My thoughts on including the "math" prefix were to ensure I was getting "Python" tan,
rather than conceivably being given the PPL tan or the CAS tan.

Python will not get confused with tan = math.tan
Python local variables always have priority over globals (even if global tan exist).

Is it even possible to call PPL/CAS tan directly from Python code ?
What happened if all the "math." were removed ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: is Python-syntax-in-CAS less accurate than PPL? - Albert Chan - 09-28-2018 11:45 PM



User(s) browsing this thread: 1 Guest(s)