Hi ! This is my first extension.
The MathTools extension I made has 100+ Tools to work with Maths.
I didn't count the number of blocks for V2.
It is an extension to work with Maths, containing many Math Tools. It provides things for Mensuration(Area, Volume, Surface Area, Lateral Surface Area, Perimeter, etc.), Interest and Maturity Values Calculations(Simple, Compound and Recurring), Investment Calculation, Solving Quadriatic equations, Solving Simultaneous Linear Equations , Digit operations, Prime Ranges and tests, Convert Bases (Hexadecimal, Octal, Binary, and Base-64) Strings to numbers, Parsing Strings to numbers, Temperature Conversion, Number tables, 3D and 2D Co-ordinate Geometry, Factorisation, Fibonacci Series, SuperScript and SubScript number Strings, String for Infinity symbol, Converting Numbers to Words and many more.
Blocks
V2 Additions :-
Don't underestimate the Component Returning Block. You might need it in some future extension of mine.
Small Documentation
The Infinity block returns text for the infinity symbol.
I don't think there is something to document about other blocks, everything should be clear from the names. But still if you have any doubts about a block, feel free to ask it here, in this post. Report bugs if you've found it.
V2 Changes
- New Blocks added.
- Changed the Infinity block to a getter block.
- Removed the Previous 20 Subscript and Superscript blocks that returned individual numbers and added two new blocks that converts any number to subscript or superscript.
- Enhanced the working of the NumberToWords block which had some spacing issues in V1. Also, the first letter of the returned String will be capital now.
Here is the .aix
:
V1
MathTools.aix (27.3 KB)
V2
com.shubhamr69.MathTools.aix (39.3 KB)
Have a good time using this.