pi-gold
v2.0.0
Published
Precise measurment of PI by way of PHI, the golden ratio
Downloads
5
Readme
Features
- Is compatible with Javascript's built-in Math library
- Runs on any Javascript engine
- Is easily extensible
- Open Source
Description
Pi-Gold is a Javascript library featuring the value for a precise measurment of pi,(3.1446055..), or Pi by way of Phi, - the golden ratio. The Measuring Pi Squaring Phi website shows a real, physical measurment of a circle and other geometric proofs.
Library includes:
Usage
Pi-Gold.js can be used in both node.js and in the browser.
Install pi-gold.js using npm:
npm install pi-gold
Then link to it in your Javascript file:
// script.js
import { pii } from "pi-gold.js";
document.getElementById("demo").innerHTML = pii;
Or you can link to it without downloading anything:
Made with Pi-Gold
Pi-Gold Calculator A scientific calculator with the 'pi' key set to the 'Pi-Gold' value. Check it out here!
Acknowledgements
- Universal Constants from Measuring Pi Squaring Phi