VCmaster is proficient in all mathematical functions of the scientific calculator including all parenthesis levels and exponentiations.
The function descriptions are either entered directly or called up via the menu.
MENU: |
Calculate-Angular function/Logarithm |
| Trigonometric function: |
||||||||||
| Width b = | 200. | 00 mm | ||||||||
| Angle α = | 45. | 00 ° | ||||||||
| Height h = | b * SIN( α ) | = 141. | 42 mm | |||||||
| Exponentiation (automatic interpretation of superscripted fields): | ||||||||||
| χ = | 1/(φ+(φ²-λ²)0,5) | 0. | 8083 | |||||||
| Exponentiation (ALT GR+2 * or ALT GR+3 key * ): | ||||||||||
| Width b = | 10. | 00 mm | ||||||||
| Height h = | 20. | 00 mm | ||||||||
I = |
b * h3 / 12 |
6666. |
67 mm4 |
|||||||

| IF function (read: if; then; else): |
||||||||||
| D = | 55.00 mm | |||||||||
| k = | IF( D≤32; 1; 1 - 0.26*LOG(D/32))) | = 0. | 939 | |||||||
| IF function (nested): |
||||||||||
| d = | 20 cm | |||||||||
| b = | IF( d>25; 1;IF( d>17.5 ; 0.9 ; 0.75) ) | = 0. | 90 | |||||||
| Example with text variables: |
||||||||||
| Steel = | "S355" | |||||||||
| Re = | IF( Steel="S235" ; 235 ; 355 ) | = 355. | 00 N/mm2 | |||||||
| Example with text variables: |
||||||||||
| FEd = | 45.00 kN | |||||||||
| FRd = | 50.00 kN | |||||||||
| Re = | IF( FEd / FRd ≤ 1; "valid"; "invalid" ) = | admissible | ||||||||
| Re = | IF( FEd / FRd ≤ 1; FEd / FRd ; "invalid" ) = | 0,90 | ||||||||
| Exception: If an if () function, that usually returns a number,
returns a text in case of an error, this variable will no longer
be used for calculations. |
||||||||||
| Example showing different brackets (red) and the results: | ||||||||||
| A = | 15 | |||||||||
| b = | 30 | |||||||||
| IF( A < 10 AND B < 20 OR B > 25; 1; 0.80 ) | = 1. | 00 | ||||||||
| IF( (A < 10 AND B < 20) OR B > 25; 1; 0.80 ) | = 1. | 00 | ||||||||
| IF( A < 10 AND (B < 20 OR B > 25); 1; 0.80 ) | = 0. | 80 | ||||||||
| Examples of MIN()- / MAX() function: | ||||||||||
| F1 = | 150 N | |||||||||
| F2 = | 200 N | |||||||||
| FMAX = | MAX( F1; F2 ) | = 200. | 00 N | |||||||
| MIN (F1; F2 * 0.50 ) | = 100. | 00 N | ||||||||
| Note: The IF() call can be hidden in the printout. For details, see
Chapter 2.9 |
||||||||||
MENU: |
Calculate- Other functions-Target unit |