I've come across an expression from the Stanford Neural Network Course Note that looks like this:
(where a, b, c are parameter vectors)
What is the name of this notation "" and what does it mean / do? i.e.
I guess it means "1" (one) but not entirely sure as it seems to be written in a specific way for a reason? (could it be that it means true if x is within the range a to b, and false if x is outside that range? Boolean related?)

