Giter VIP home page Giter VIP logo

expantanum.js's Introduction

ExpantaNum.js α 1 . 3 . 8

NPM A huge number library holding up to {10,9e15,1,2}.

This reaches level fω+1, which the operation expansion also is at, hence the name.

Internally, it is represented as an sign, array, and layer. Sign is 1 or -1. Array is [[a0,b0],[a1,b1],[a2,b2],[a3,b3],...]. Layer is a non-negative integer. They together represents sign*JlayertopLayer, where Jx is 10{x}10 (PsiCubed2's Letter notation), and topLayer is:

  • (...(10↑a3)b3(10↑a2)b2(10↑a1)b1b0) if a0=0.
  • (...(10↑a3)b3(10↑a2)b2(10↑a1)b1(10↑a0)b010) otherwise.

For detailed explanation and documentation, see here.

Functions are as follows: abs, neg, cmp, gt, gte, lt, lte, eq, neq, min, max, ispos, isneg, isNaN, isFinite, isint, floor, ceiling, round, add, sub, mul, div, rec, mod, gamma, fact, pow, exp, sqrt, cbrt, root, log10, logBase, log(alias ln), lambertw, tetr, iteratedexp, iteratedlog, layeradd, layeradd10, ssrt, slog, pent, arrow, chain, hyper, expansion, affordGeometricSeries, affordArithmeticSeries, sumGeometricSeries, sumArithmeticSeries, choose. Of course, there are toNumber(), toString() (toValue, toStringWithDecimalPlaces, toExponential, toFixed, toPrecision), and toJSON(). Add one of a kind toHyperE().

If you are using built-in constants: Constants can not be replaced directly, however the properties of it can. As the constants are also used inside ExpantaNum.js, modifying them could CAUSE SERIOUS ISSUES AND POTENTIALLY RENDER THE LIBRARY UNUSABLE.

If you are not planning to make something to the scale of True Infinity, then use other libraries, such as, in ascending order:

Future ideas:

  • ExpantaNum.js - fω+1, array of value-index pair with separate counter.
  • OmegaExpantaNum.js - fω2
  • MegotaNum.js - fω2
  • PowiainaNum.js - fω3
  • GodgahNum.js - fωω

number library, big number, big num, bignumber, bignum, big integer, biginteger, bigint, incremental games, idle games, large numbers, huge numbers, googology, javascript

expantanum.js's People

Contributors

naruyoko avatar 1231234md5 avatar reinhardt-c avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.