Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 980 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 980 Bytes

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