On Mar 27, 2008, at 18:04 , Chris Godsil wrote:
>
> Just for reference, two comments on the documentation for quaternions:
>
> If x is an element of L as below, then neither x? nor x?? returns any
> information about methods that apply to x.
Tthe '?' and '??' operators only handle defined methods and
procedures. Since 'x' is a dynamically-created element of a
structure, it won't have a "definition" or "declaration" to refer to
in the source.
So for figuring out what works:
- object.TAB - gets you associated methods and variables
- stringTAB - gets you "competions" (list of items with
'string' in the beginning)
- object? or ?? - gets you documentation if 'object' is a
procedure, method, or something defined in the source
(like a class)
Sorry for not being clearer.
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds
--------
If you're not confused,
You're not paying attention
--------
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---