Re: ver4 keyword Conflict
- Posted by jimcbrown (admin) Oct 03, 2011
- 1530 views
mattlewis said...
BRyan said...
If someone is smart enough to be working on a physics library they would use another
language like FORTRAN in a DLL or SO.
They would not depend on the Euphoria to do the High speed complex calculations.
People do all sorts of stuff in euphoria, in part because it is pretty fast for an interpreted language.
If it will make you feel better, you can add this to your local std/math.e:
public function tan( object o ) return eu:tan( o ) end function
I suppose we could even add that to the library, but it seems like a waste. Either way, tan et.al. will continue to be built-ins for euphoria.
Matt
The original problem was that BRyan could not reuse tan as a constant to refer to the color blue.
Jeremy and Matt have demonstrated that this is possible. BRyan, is your original problem solved?