Giter VIP home page Giter VIP logo

pi_irrationality's Introduction

Fortran Pi Approximation using Libnitz Formula

Fortran License

Overview

This Fortran project implements the Libnitz formula, a simple series for approximating the mathematical constant π (pi). The Libnitz formula is based on an infinite series and is a fun way to calculate π with increasing accuracy as more terms of the series are computed.

The formula used in this project is:

π ≈ 4 * (1 - 1/3 + 1/5 - 1/7 + 1/9 - 1/11 + ...)

This project provides a simple Fortran program that allows you to calculate an approximation of π by specifying the number of terms in the series.

Features

  • Calculate an approximation of π using the Libnitz formula.
  • Specify the number of terms to compute a more accurate approximation.

Usage

To use this Fortran program, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/s5y-ux/Pi_Irrationality

pi_irrationality's People

Contributors

s5y-ux avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.