-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
36 lines (23 loc) · 1.34 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== CI Right triangle calculator ===
Contributors: calculatorio
Tags: right triangle calculator, 90-degree angle triangle calculation, hypotenuse determination, Pythagorean triples, triangle area and perimeter calculation, special right triangles, trigonometry in right triangles, calculating triangle altitude
Requires at least: 5.0
Tested up to: 6.4.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Right triangle calculator finds missing triangle measurements. It calculates side lengths, angles, perimeter, area, altitude-to-hypotenuse, inradius, and circumradius.
[https://www.calculator.io/right-triangle-calculator/](https://www.calculator.io/right-triangle-calculator/)
== Usage ==
Add the Right Triangle Calculator shortcode to your page, post or sidebar:
`[ci_right_triangle_calculator]`
Add the following code to your template where you would like the Right Triangle Calculator to appear:
`<?php display_ci_right_triangle_calculator(); ?>`
== Screenshots ==
1. The Right Triangle Calculator Input Form.
== Installation ==
1. Upload the Right Triangle Calculator /ci_right_triangle_calculator/ folder to the /wp-content/plugins/ directory.
2. Activate the Right Triangle Calculator plugin through the "Plugins" menu in WordPress.
== Changelog ==
= 1.0.0 =
* Initial release of Right Triangle Calculator