MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / monte_carlo_pi.py

File monte_carlo_pi.py

15_pymod_in_rust/python/monte_carlo_pi.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Silly method to compute PI using monte carlo approach
3"""
4import math

Callers

nothing calls this directly

Calls 2

monte_carlo_piFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected