Theme | Bootstrap |
---|---|
Targeted Device | Medium devices (desktops, 992px and up) users. Collapsed to start, horizontal above breakpoints. |
Label Position | Top |
Radios and Checkboxes | Stacked |
Element Size | Medium |
Shows how to do some mathematical calculations in WordPress using available WP App Studio Math and trigonometry functions.
WP App Studio Math and trigonometry functions.
In this example, we calculate cosine, sine, and tangent of a degree. Formulas used in calculations are below:
COS:
COS(RADIANS(!#ent_math_value#))
SINE:
SIN(RADIANS(!#ent_math_value#))
TANGENT:
TAN(RADIANS(!#ent_math_value#))