Wiki

Changes between Version 4 and Version 5 of PrimitiveTypeMembers

Show
Ignore:
Timestamp:
12/28/08 07:24:03 (16 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrimitiveTypeMembers

    v4 v5  
    109109    def multiply(d2 as decimal) as decimal 
    110110    def negate as decimal 
     111    def pow(y as decimal) as decimal 
    111112    def remainder(d2 as decimal) as decimal 
    112113    def round(decimals as int) as decimal 
     
    119120    def round(mode as MidpointRounding) as decimal 
    120121    def sign as int 
     122    def sqrt as decimal 
    121123    def subtract(d2 as decimal) as decimal 
    122124    def toByte as uint8