Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

How many digits does 125¹⁰⁰ have?

node v8.17.0
version: 3.0.0
endpointsharetweet
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