Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
>>> const y = (5n**4n**3n**2n).toString();
|
||||
>>> console.log(`5**4**3**2 = ${y.slice(0,20)}...${y.slice(-20)} and has ${y.length} digits`);
|
||||
5**4**3**2 = 62060698786608744707...92256259918212890625 and has 183231 digits
|
||||
Loading…
Add table
Add a link
Reference in a new issue