Hanchai Nonprasart
Hanchai Nonprasart
This is the very first physical constant defined in this library. It would be nice to define more of them (e.g. Planck's constant, speed of light, electron's charge, Boltzmann constant,...
But aren't the [gravitational constant](https://github.com/josdejong/mathjs/blob/develop/src/type/unit/physicalConstants.js#L7) already defined there? Are we adding some alias for this constant?
Maybe. As mentioned, the error might be defined by min-max bound (using [interval arithmetic](https://en.wikipedia.org/wiki/Interval_arithmetic)) or standard deviation (using [algebra of random variables](https://en.wikipedia.org/wiki/Algebra_of_random_variables)).
I wonder how many base functions are there in this module? Since most functions are based on other functions and the rest depends on built-in operation in javascript. Still, defining...
I found a related issue at . Since math uses babel to compile ESM through gulp, I think this will be helpful. (Also, the error message explicitly mentioned that it...
I believe this might have a similar cause as #6743 (the setting page doesn't switch to the unloaded setting tab), which I was about to reopen after the cleanup. Although...