An arithmetic expression is an expression that results in a numeric value. There are two kinds of numeric values, integers (whole numbers), and real or floating point numbers (numbers containing a decimal point).
Questions tagged [arithmetic-expressions]
677 questions
-6
votes
3 answers
A hard Question?
I try To find a solution to a question ....
we have a number , example : 20 ...
and we have 6 number :{ a ,b , c , d , e , f} < 20 ,
t try to find all values of these numbers , but only if we can combinate (whit + or -) whit 2 of this numbers and…

user336671
- 341
- 2
- 5
- 9
-8
votes
1 answer
What does the tilde symbol after an equals do?
What does the tilde symbol ~ do in Matlab?
for example, I've got the Matlab line, in which a and b are tables.
a =~b;

user3115590
- 19
- 1
- 4