Skip to content

Julia toy implementation of Bailey-Borwein-Plouffe algorithm.

License

Notifications You must be signed in to change notification settings

kalvotom/PiBBP.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiBBP

A toy Julia implementation of Bailey-Borwein-Plouffe (BBP) alogithm for computation of hexadecimal digits of Pi.

Project status

Tests Coverage Status

Documentation

Installation

Install via package manager

julia> Pkg.clone("https://github.com/kalvotom/PiBBP.jl")

Usage

Load the package.

julia> using PiBBP

The call to digpi(d) computes d+1th hexadecimal digit of the fractional part of pi.

julia> digpi(1000000)
6