Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Estimate pi with uniform random numbers
N <- 1000 x <- runif(N) y <- runif(N) z <- x^2 + y^2 < 1 4*sum(z)/N
run
|
edit
|
history
|
help
0
Efeito-Runge-18-03-2021
24-08-2020-GradConj
Sqrt - Bisection
Whole program
26-08-2020AjusteCurvaLineariza
Phyllotaxis in R
Sierpinski curve square
compounding position
03-08-2020-Integral-Numerica
Skewed Right