Post Reply 
is Python-syntax-in-CAS less accurate than PPL?
09-28-2018, 08:44 PM (This post was last modified: 09-28-2018 08:57 PM by Albert Chan.)
Post: #2
RE: is Python-syntax-in-CAS less accurate than PPL?
Hi, StephenG1CMZ

Python range(1, 2499) == [1, 2, ..., 2498]

BTW, noticed all other benchmarks does not do indirect lookup via math.xxx
To be fair, Python version should do likewise.

atan, tan, ... = math.atan, math.tan, ... before use it inside loop
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 08:44 PM



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