Parents: | math.functions |
Word | Stack effect |
(integer-log10) | ( x -- n ) |
(integer-log2) | ( x -- n ) |
^n | ( z w -- z^w ) |
Word | Stack effect |
((ratio-integer-log)) | ( ratio quot -- log ) |
(^bignum) | ( z w -- z^w ) |
(^fixnum) | ( z w -- z^w ) |
(^mod) | ( x y n -- z ) |
(^n) | ( z w -- z^w ) |
(bignum-log) | ( n log-quot: ( x -- y ) log-2 -- log ) |
(ratio-integer-log) | ( ratio quot base -- log ) |
0^ | ( zero x -- z ) |
^complex | ( x y -- z ) |
^integer | ( x y -- z ) |
^mag | ( w abs arg -- magnitude ) |
^theta | ( w abs arg -- theta ) |
bignum-integer-log10 | ( n -- x ) |
bignum-integer-log10-find-down | ( guess 10^guess n -- log10 ) |
bignum-integer-log10-find-up | ( guess 10^guess n -- log10 ) |
bignum-integer-log10-guess | ( n -- guess 10^guess ) |
fixnum-integer-log10 | ( n -- x ) |
log-2 | ( -- value ) |
log10-2 | ( -- value ) |
log10-guesses | ( -- value ) |
log10-thresholds | ( -- value ) |
most-negative-finite-float | ( -- x ) |
most-positive-finite-float | ( -- x ) |
real^? | ( x y -- ? ) |
representable-as-float? | ( x -- ? ) |