Next: , Previous: , Up: Float   [Index]


1.80.17 Float: transcendental operations

asFloat

Just defined for completeness. Return the receiver.

ceilingLog: radix

Answer (self log: radix) ceiling. Use exact arithmetic if radix is not a floating point value.

estimatedLog

Answer an estimate of (self abs floorLog: 10)

floorLog: radix

Answer (self log: radix) floor. Use exact arithmetic if radix is not a floating point value.

log

Answer log base 10 of the receiver.