Wolfram Alpha can answer in 1 sec, ofc.
Julia may be more like a programming language than a pocket calculator.
https://www.wolframalpha.com/input?i=%2810%5E100%29%21
Wolfram Alpha can answer in 1 sec, ofc.
Julia may be more like a programming language than a pocket calculator.
https://www.wolframalpha.com/input?i=%2810%5E100%29%21
js tried Julia, but it doesn't seem comparable to https://wolframalpha.com.
% brew install julia
% julia
first of all, u can't write
> (10^100)!
it has to be
> factorial(big(10)^100)
second, it can't be computed at all. i got an InexactError.
my site is live at
• https://yuukikonno.com
(repo) https://github.com/yuukiarchive/yuukiarchive.github.io
anyone can use this theme by writing
remote_theme: jekyll-theme-plain/jekyll-theme-plain
in _config.yml.
(assuming they created a github acc n username.github.io repo.)
this is why i stick to Jekyll.