forked from rakudo/rakudo
-
Notifications
You must be signed in to change notification settings - Fork 0
Setting candidates
cspencer edited this page Sep 13, 2010
·
11 revisions
These are some methods/functions that might be good candidates for migrating to the core setting. If you implement or work on one of these, please attach the RT # to this list (create an RT for the patch as needed).
- List.perl (RT #63724)
- Any.floor (RT #63874) (Inline PIR version in RT #64020)
- Any.ceiling (RT #63874) (Inline PIR version in RT #64020)
- Any.round (RT #63874) (Inline PIR version in RT #64020)
- Any.sign (RT #63874)
- Any.exp
- Any.log10
- Any.truncate
- Any.int
- Any.roots
- Any.sqrt
- Any.abs (RT #63874)
- Any.chr
- Any.unpolar
- Any.polar
- Any.rand
- Any.capitalize (RT #64060)
- Any.chop (RT #63796)
- Any.chomp
- Any.trim (RT #64096)
- Any.lc (RT #64020)
- Any.lcfirst (RT #63796)
- Any.uc (RT #?)
- Any.ucfirst (RT #63796)
- Any.fmt (RT #63796)
- Any.ord