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


1.80.3 Float: arithmetic

integerPart

Return the receiver’s integer part

negated

Return the negation of the receiver. Unlike 0-self, this converts correctly signed zeros.

raisedToInteger: anInteger

Return self raised to the anInteger-th power