Skip to content

Kleines Programm in Rust, welches Pi mit hilfe des Monte-Carlo-Algorithmus annähert

Notifications You must be signed in to change notification settings

luigiistcrazy/pi_approximieren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi approximieren mit hilfe des Monte-Carlo-Algorithmus

Ausführung

1. Binärdatei herunterladen

Windows

Linux

2. Ausführen

  • Windows: In Powershell o.ä. ausführen
PS> cd "C:\pfad\zum\download\"
PS> .\Pi-approximieren.exe
  • Linux: In beliebiger Shell ausführen
$ cd $HOME/Downloads/
$ chmod +x Pi-approximieren
$ ./Pi-approximieren

Build it yourself

1. Anforderungen

2. Herunterladen

Mit git

git clone https://github.com/luigiistcrazy/pi_approximieren
cd pi_approximieren

3. Build mit cargo

cargo build -r

4. Ausführen

Windows

PS> .\target\release\pi_approximieren.exe

Linux

./target/release/pi_approximieren

About

Kleines Programm in Rust, welches Pi mit hilfe des Monte-Carlo-Algorithmus annähert

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages