Changeset 13528 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
09/21/06 07:03:46 (2 years ago)
Author:
ajs
Message:

Per Larry answer, moved radical glyph to API doc with :UNI export tagging and cleaned up API doc a bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Spec/Functions.pod

    r13527 r13528  
    228228 
    229229Returns the square root of the parameter. 
    230  
    231 QUESTION: should there be a: 
    232  
    233  our Num multi prefix:<√> ( Num $x ) 
    234  
    235 as another way to say sqrt? 
    236  
    237 ANSWER: Not in the standard language.  We're trying to avoid anything outside 
    238 of Latin-1 for standard imports.  As a special import it would be allowed, 
    239 much like the set theory operators, perhaps with a :UNI tag or some such. 
    240230 
    241231=back