@@ -1002,6 +1002,11 @@ numberWithDouble: fmod(value.double_, [num doubleValue])]; default: @throw [OFInvalidFormatException newWithClass: isa]; } } + +- copy +{ + return [self retain]; +} @end