Top "Notation" questions

Notation refers to a specific way of writing various concepts, functions, etc.

Easier way to prevent numbers from showing in exponent notation

I'm going to rely on the saying that no question is a dumb question, but I have a slightly dumb …

asp.net vb.net formatting notation exponent
Scala - Prefix Unary Operators

I've recently given Scala a second chance, and started with the project I always implement (in functional or pseudo-functional languages): …

scala logic notation unary-operator
Probability notation

I want to ask you about the notation in probability. I know that P(A | B) = the conditional probability that …

math boolean probability notation probability-theory
Differences between [in, out] and [out, retval] in COM IDL definitions

In some of the IDL I work with I have noticed that there are 2 conventions for marking return values in …

com idl notation
What are the distinctions between the various symbols (*,&, etc) combined with parameters?

Possible Duplicate: c++ * vs & in function declaration I know that this probably seems like an incredibly elementary question to …

c++ syntax notation
What does "options = options || {}" mean in Javascript?

I came over a snippet of code the other day that I got curious about, but I'm not really sure …

javascript syntax notation
(log n)^k = O(n)? For k greater or equal to 1

(log n)^k = O(n)? For k greater or equal to 1. My professor presented us with this statement in class, …

big-o notation logarithm proof
A #define in C with three dots

#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__)) #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_…

c label c-preprocessor notation variadic-macros
python SyntaxError with dict(1=...), but {1:...} works

Python seems to have an inconsistency in what kind of keys it will accept for dicts. Or, put another way, …

python dictionary notation
Compact MATLAB matrix indexing notation

I've got an n-by-k sized matrix, containing k numbers per row. I want to use these k numbers as indexes …

matlab indexing matrix notation