Changeset 13528 for docs/Perl6/Spec
- Timestamp:
- 09/21/06 07:03:46 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r13527 r13528 228 228 229 229 Returns 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 outside238 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.240 230 241 231 =back
