Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhrankan-Chakrabarti authored Jun 22, 2024
1 parent 6a8b00c commit 449608a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# π Calculation with Catalan Numbers
# Catalan π Algorithm

This repository contains a Python script to calculate the digits of π using Catalan numbers and fixed-point arithmetic.
This repository contains an implementation of a newly discovered algorithm for calculating the digits of π using Catalan numbers, derived from \( 6 \arcsin(0.5) \). The algorithm uses high-precision arithmetic and optimized series summation to achieve efficient computation.

## Introduction

Expand Down

0 comments on commit 449608a

Please sign in to comment.