in this normal calculator mode you can choose two types between integer and decimal. but the decimal mode is using double variable for the calculation. so, it has less accurate than integer version. but if there are too many digits it will cause to the error or less accurate result. also in this normal calculator mode at the end of the calculation if you write true for the clipboard, you can copy the result(answer) in your clipboard.
2: π PI calculator mode
in this π PI calculator mode you can choose 4 types of the calculation. first is the perimeter of the circle. second is the area of the circle. third is the volume of sphere. fourth is the surface area of sphere. you just have to enter the range of the circle/sphere so, it's very easy to get the result. you can copy the result at the end of the calculation.
3: odd or even mode
in this odd or even mode you enter one integer number, and it automatically checks is that number odd or even. please don't use too high int for this because, otherwise it will end by the error. this is very accurate.
4:random int generator mode
in this random int generator mode it generates specific amount of random int by specifying the range
5:Power calculator
in this power calculator mode it's possible to calculate power of the int you specified. maximum power num is 10
6:Decimals to percentage converter
in these decimals to percentage converter it converts the decimals to percentage. at the end of the conversion you can copy the result.
Update logs
V1.0.4: this version released at 2023/5/10. decimals to percentage converter added.
V1.0.3: this version released at 2023/5/08. power calculator added
V1.0.2: this version released at 2023/5/07. random int generator added
V1.0.1: this version released at 2023/5/06. odd or even and π PI calculator mode added.
V1.0.0: this version released at 2023/5/05. Dev Normal calculator mode added.