Post Reply 
TRIGEXPAND FUNCTION
12-16-2022, 08:59 PM
Post: #10
RE: TRIGEXPAND FUNCTION
Generally speaking, uppercase Fn names are HOME mode functions and lowercase Fn names are CAS functions. Part of the reason for the difference is so that one may call functions from one mode, while in the other mode.

I've not a clue on earth if that is relevant for this particular problem, but it's an annoying side-effect of the 2 distinct mode, and could be causing some of these issues.

Seems to me it would have been a WHOLE let better if the Prime simply tagged the functions when calling from the 'other' mode, such as:

HOME mode: X := CAS.SIN(X)
CAS mode: x:= home.sin(x)
etc.
which would have been unambiguous.

But no doubt there were good reasons this could not be done.

Tim?
Cyrille?

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TRIGEXPAND FUNCTION - G. Cook - 12-14-2022, 09:10 PM
RE: TRIGEXPAND FUNCTION - Albert Chan - 12-14-2022, 10:32 PM
RE: TRIGEXPAND FUNCTION - G. Cook - 12-14-2022, 10:42 PM
RE: TRIGEXPAND FUNCTION - G. Cook - 12-15-2022, 09:40 PM
RE: TRIGEXPAND FUNCTION - lrdheat - 12-16-2022, 02:54 AM
RE: TRIGEXPAND FUNCTION - toml_12953 - 12-16-2022, 04:29 AM
RE: TRIGEXPAND FUNCTION - lrdheat - 12-16-2022, 03:49 PM
RE: TRIGEXPAND FUNCTION - toml_12953 - 12-16-2022, 06:01 PM
RE: TRIGEXPAND FUNCTION - lrdheat - 12-16-2022, 06:25 PM
RE: TRIGEXPAND FUNCTION - rprosperi - 12-16-2022 08:59 PM
RE: TRIGEXPAND FUNCTION - Albert Chan - 12-16-2022, 10:19 PM
RE: TRIGEXPAND FUNCTION - G. Cook - 12-16-2022, 11:51 PM



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