I'm looking for a chemical calculator that includes all the typical functionalities of a scientific calculator, as well as specific features for chemical calculations, such as unit conversions, stoichiometric calculations, determination of molar mass, and other common operations in chemistry. I would like to find a component or repository on Forge that offers this functionality so that I can start implementing a chemical calculator in project.
Hi @Yusuf Milla,
Unfortunately, there are currently no components available on OutSystems Forge that specifically replicate the functionality of a scientific calculator.
But you can Leverage some basic Calculator Components to achieve scientific calculator's functionality.
for example
https://www.outsystems.com/forge/component-overview/11081/calculator
Moment of Inertia Calculator
https://www.outsystems.com/forge/component-overview/17177/moment-of-inertia-calculator
and MathUtils component which will provide you some Mathematics actions, including rounding, trigonometry, ceil, floor, PI, E, logarithms, simple areas and many more.
https://www.outsystems.com/forge/component-overview/516/mathutils
kind regards,
Sanjay Kushwah