Difference between revisions of "Advanced Samples"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with " <pre> MEAN(((2014n)^20140).toString().split("")) </pre>")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
 +
  
 
<pre>
 
<pre>
 +
(2014n)^20140
 +
 
MEAN(((2014n)^20140).toString().split(""))
 
MEAN(((2014n)^20140).toString().split(""))
 +
 
</pre>
 
</pre>
 +
 +
=Reference=
 +
 +
https://writings.stephenwolfram.com/2014/03/injecting-computation-everywhere-a-sxsw-update/

Latest revision as of 12:30, 14 February 2022


(2014n)^20140

MEAN(((2014n)^20140).toString().split(""))

Reference

https://writings.stephenwolfram.com/2014/03/injecting-computation-everywhere-a-sxsw-update/