Re: Proposal for 'math.e' (2007-08-23)
- Posted by CChris <christian.cuvier at agriculture?gouv?fr> Aug 24, 2007
- 684 views
Derek Parnell wrote: > > Jules wrote: > > > > Derek Parnell wrote: > > > > > > Jules wrote: > > > > > > > > > Routines for sets should be in a separate include file, not in > > > > > "math.e". > > > > > > > > > > Regards, > > > > > Juergen > > > > > > > > I'm not going to make a big fuss about it, but why? sets are the > > > > foundation > > > > of all mathematical systems, underlying all functions, relations, and > > > > logic. > > > > > > That they may be, but the file will contain set OPERATIONS, and they are > > > not > > > commonly used. In other words, just because sets are the basis of > > > mathematically > > > systems it doesn't follow that therefore set operations are used all the > > > time. > > > > they are, but you just don't realise it. :) > > > Remember the context we are talking in : putting set operations inside a > MATH.E > file. > > I know sets. I use sets all the time both in programming and real life. But > in the context of maths operations, I rarely if ever, use raw set operations. > If they are used, it is in the background and not explicitly. > > > > Take 'Intersection' and 'Union' for example. These are closely related to > > 'and' > > and 'or' respectively, but are more powerful in the sense that they return > > the > > actual sequence elements, not just 1's and 0's. > > Yes that is true. But it ain't maths and it is specialized (uncommon) > functionality, > so therefore put these useful functions in their own include file and not in > amongst all the commonly used math operations. > > -- > Derek Parnell > Melbourne, Australia > Skype name: derek.j.parnell Could you consider that the word "commonly" means sometimes opposed things for different people? I suggest spinning the DOS graphic functions off to a separate include file, which does not need to be standard. They are specialised - much more than set operations -, and in 6 or 7 years I never used any of them a single time. This will make Euphoria simpler. CChris