pi-digits

1.0.1 • Public • Published

pi-digits

Support me on Patreon Buy me a book PayPal Version Downloads

Computed Pi digits, up to one million.

☁️ Installation

$ npm i --save pi-digits

📋 Example

const pi = require("pi-digits");

// Get the first 42 digits
// Note: the `digits` array doesn't contain "3."
console.log("3." + pi.digits.slice(0, 42).join(""))
// => "3.1415926535897932384626433832795028841971"

// Get the path to the txt file (could be useful to
// other things such as streaming or whatever)
console.log(pi.txt_path)
// => "/Users/.../pi-digits/lib/pi.txt"

Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. 🐛
  3. For direct and quick help, you can use Codementor. 🚀

😋 How to contribute

Have an idea? Found a bug? See how to contribute.

💖 Support my projects

I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like 🚀

  • PayPal—You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍵

  • Support me on Patreon—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❤️

📜 License

MIT © Ionică Bizău

Package Sidebar

Install

npm i pi-digits

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ionicabizau