Skip to content

Dev Notes

Kalid Azad edited this page Apr 5, 2024 · 4 revisions

9/16:

  • Working on adding a bunch of random physics constants. The goal isn't to be an encyclopedia, but it finds weird corner cases to fix.

  • For example, the autocollapse was reducing the Big G gravitational constant (6.67430 * 10^-11 newton meter^2 / kilogram^2) into Gray, since that is an even more compact representation. Some times like Gray shouldn't be used in auto-reductions, so that has been removed [if you need it, you can force convert to it].

  • I'm thinking about how many aliases to support. While I like keeping things clean, I also like "doing what you mean". If someone pastes a line from a textbook, Wolfram Alpha, Matlab, or another program, I'd like to just parse the constants they use as well. Why not? "Don't make me think!"

Implied oerator precedence:

Clone this wiki locally