Circle Calculater

This script make the nice environment of calculate circles for console of the developer tools.

作者
Mike Michael
今日安裝
0
安裝總數
9
評價
0 0 0
版本
1.0.1
建立日期
2019-07-18
更新日期
2019-07-18
尺寸
1.1 KB
授權條款
未知
腳本執行於
所有網站

How to use:
If you use this userscript, you need open console of developer tools.
How to open the console:
Press Control + Shift + C. (if you use Mac, press Command + Option + C.)
Click "Console".
Type codes to the console.
If you want to calculate area of the circle, type "circleAreaCalculater();". (type radius of the circle to the brackets.)
If you want to calculate circumferential length of the circle, type "circumferentialLengthCalculater();". (type diameter of the circle to the brackets.)