Next: Float-truncation and round off, Previous: Float-testing functionality, Up: Float [Index]
Just defined for completeness. Return the receiver.
Answer (self log: radix) ceiling. Use exact arithmetic if radix is not a floating point value.
Answer an estimate of (self abs floorLog: 10)
Answer (self log: radix) floor. Use exact arithmetic if radix is not a floating point value.
Answer log base 10 of the receiver.