Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
How many digits does 125¹⁰⁰ have?
node v8.17.0
version:
3.0.0
endpoint
share
tweet
const { Stack } = require('@hypercubed/f-flat@0.0.6'); const f = new Stack(); f.eval(` math: rcl use core: rcl use 300 set-precision `).stack;
How many digits does 125¹⁰⁰ have? https://twitter.com/fermatslibrary/status/934064066884194304
f.eval(` 125 100 ^ length `).stack.toString();
Loading…
no comments
sign in
to comment