M
M
mamadaliev2017-11-10 21:01:59
Mathematics
mamadaliev, 2017-11-10 21:01:59

What does the sign "!" in mathematics?

Good day. What does the sign "!" in this example in C++?
5a05e93e63223942569600.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xdgadd, 2017-11-10
@mamadaliev

It's not C++, it's mathematical notation. In this case, `!` means factorial .
And in C++ `!` is the logical negation operator .

D
devalone, 2017-11-10
@devalone

Alas, your example won't compile with any C++ compiler :(

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question