ವಿವರಣೆ
CalcForm Calculator provides a modern scientific calculator that runs entirely in the browser (no PHP eval, no external requests).
Features:
* Basic operations: + – * /
* Power: ^
* Factorial: !
* Parentheses
* Constants: pi, e
* Trigonometric functions: sin, cos, tan (DEG/RAD)
* Inverse trigonometric functions: asin, acos, atan (DEG/RAD)
* log (log10), ln, sqrt, abs, exp
* Keyboard support: Enter (=), Esc (AC), Backspace (⌫), (last result)
* Optional calculation history
Shortcodes
[calc_form]
Attributes:
* theme="auto|light|dark"
* mode="deg|rad"
* precision="0..15"
* history="0|1"
Example:
[calc_form theme=”dark” mode=”deg” precision=”10″ history=”1″]
Privacy
CalcForm Calculator does not collect personal data, does not send data to third-party servers, and does not include tracking cookies.
ಸ್ಥಾಪನೆ
- Upload the plugin ZIP: WP Admin Plugins Add New Upload Plugin
- Activate
- Use the shortcode:
[calc_form]
For further configuration go to: WP Admin Settings CalcForm Calculator
FAQ
-
How do I embed the calculator?
-
Use the shortcode:
[calc_form]. -
Are there settings?
-
Yes: WP Admin Settings CalcForm Calculator (defaults). You can also override settings per shortcode instance.
ವಿಮರ್ಶೆಗಳು
ಈ ಪ್ಲಗಿನ್ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.
ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್ಗಳು
“CalcForm Calculator” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.
ಕೊಡುಗೆದಾರರು“CalcForm Calculator” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.
ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?
ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ, SVN ರೆಪೊಸಿಟರಿ ಪರಿಶೀಲಿಸಿ, ಅಥವಾ ಅಭಿವೃದ್ಧಿ ಲಾಗ್ ಗೆ RSS ಚಂದಾದಾರರಾಗಿ.
Changelog
1.0.2
- Removed manual translation loading (translations are loaded automatically by WordPress).
- Updated readme to English and updated the “Tested up to” header.