forked from rakudo/rakudo
-
Notifications
You must be signed in to change notification settings - Fork 0
Setting candidates
frioux 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)
- Any.ceiling (RT #63874)
- Any.round (RT #63874)
- Any.sign (RT #63874)
- Any.exp
- Any.log10
- Any.truncate
- Any.int
- Any.sqrt
- Any.abs (RT #63874)
- Any.chr
- Any.unpolar
- Any.polar
- Any.rand
- Any.capitalize
- Any.chop (RT #63796)
- Any.chomp
- Any.trim
- Any.lc
- Any.lcfirst (RT #63796)
- Any.uc
- Any.ucfirst (RT #63796)
- Any.fmt (RT #63796)
- Any.ord