**System Information**
Operating system: Linux-5.16.7-1-MANJARO-x86_64-with-glibc2.33 64 Bits
Graphics card: Mesa Intel(R) HD Graphics 4600 (HSW GT2) Intel 4.6 (Core Profile) Mesa 21.3.5
**Blender Version**
Broken: version: 3.2.0 Alpha, branch: makepkg (modified), commit date: 2022-02-15 11:32, hash: `rB07032dd21892`
Worked: (newest version of Blender that worked as expected)
**Short description of error**
When I tried input math expression when used extrude or transformation vertex in Edit Mode I get incorrect calculation or incorrect read input values. For example:
**Exact steps for others to reproduce the error**
1) Go to Edit Mode any object and select any a vertex
2) Press `E` then `Y` and then try input expression `20/2`. You get incorrect expression on top left corner of viewport text suggestion.
If input expression `20**2` (with double multiply sign) then any operation calculate correct expression but when you used single sign, you don't get correct expression
if input expression `20//2` - you don't get correct math expression
if input expression `20**2` and then used Backspace on you keyboard that to get expression `20` and then input subdivide sign then you get correct expression and calculation - `20/2`. But if don't use multiply sign and backspace function then you don't get subdivide expression.
It work very strange