Implied Multiplication

Description of implied multiplication in RedCrab Calculator


What is implied multiplication


If no operator is specified between 2 values or variable, the values are multiplied.

Example: is equivalent to 2 ∙ π

Between variables, a space must be set.

Example: 2π f is interpreted as 2 ∙ π ∙ f.

If there are no spaces between a and b, this is considered a variable named ab.

After leading digits, space is not required because names must always begin with letters.

The term 123a can therefore be clearly recognized as 123 ∙ a .

Examples

Input

Interpretation

a b c

a ∙ b ∙ c

3a

3 ∙ a

2XL

2 ∙ XL

R1R2

R1 ∙R2

2abc

2 ∙ abc


Other basic features

Introduction  
Accuracy CRange and accuracy
Expressions Mathematical expressions
StartCalculation Execute calculation
Fraction line Write a fraction line
Square roots Handling of root symbols
Subscript How to write subscript
Superscript How to write an exponent
Greek letters How to write Greek letters
Prefix Prefixes instead exponents
Hex, Oct, Bin Hex, octal or bin numbers
Complex numbers
Implied multiplication