> Yes, but it's a static function right now. I guess I could externalize > it and use it in various places, but real_digit wouldn't help with 10. > Hmm, perhaps ten_to_ptwo(0) would work for that. You can also change real_digit to accept 10. If it's not too ugly... Paolo