All repos
jishnub/MultiplesOfPi.jl
Numbers that produce accurate results when used as arguments to trigonometric functions
Why it is useful
MultiplesOfPi.jl is a recent open-source project in Mathematics. It is included because it has recent repository activity and can support mathematical learning, research, modelling, software development, or AI workflows.
Repository at a glance
- Owner: jishnub
- Primary language: Julia
- Latest update: 2026-07-19
- Stars / forks: 11 / 4
- License: MIT
- Links: Official project site
Good starting points
- Read the project README and installation instructions.
- Try the smallest example before changing parameters or datasets.
- Check tests, issues, and release notes before relying on results in teaching or research.
- Cite the repository and its license when reusing code or figures.
README snapshot
This package exports the type PiExpTimes that satisfies PiExpTimes(x, n) = x*π^n. It also provides the constant Pi for convenience, defined as PiExpTimes(1, 1), that behaves like π except it produces results with higher accuracy in certain trigonometric and algebraic contexts. In most scenarios the numbers Pi and π are interchangable.