A package to displays facts about Carl Friedrich Gauss.
julia>] add https://github.com/eliascarv/GaussFacts.jl
julia> using GaussFacts
julia> gaussfact(1)
Gauss didn’t discover the normal distribution, nature conformed to his will.
julia> using Random; Random.seed!(123);
julia> gaussfact()
Once, Gauss was stumped by a theorem that he couldn't prove. This was enough evidence for Godel.
This package was inspired by the CRAN package gaussfacts by Dirk Eddelbuettel. It uses quotes assmbled by Mike Cavers via his now defunct site gaussfacts.com.