2.0.0 • Published 4 months ago

pi-gold v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 months ago

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

License

Apache 2.0

2.0.0

4 months ago

1.0.0

4 months ago