extracts the fractional part of , often written . Subtracting the floor (the greatest integer not exceeding ) removes the integer part and leaves only the fraction.
For negative numbers the floor returns the integer below, so the result is always non-negative. Note that the fractional part of is , which is slightly counter-intuitive.
Domain and range. The domain is all real numbers and the range is , the interval . The value never reaches .
Periodicity and shape. The function has period , with . On each integer interval it is the line of slope : it starts at when , rises straight up, and approaches just before the next integer. Because this shape repeats, the graph is called a sawtooth wave.
Discontinuities and jumps. The function is discontinuous at every integer. Approaching an integer from the left the value tends to , but at it resets to . Each jump therefore has size : the value climbs almost to the ceiling, then drops to the floor, over and over. Each step includes its left end (the integer point, value ) but not its right end, so it is right-continuous.
Relation to other functions. The fractional part is built from the floor function, and equals the remainder . Only at integers do and its floor coincide, making the value .
Applications. The sawtooth wave is widely used in signal processing: as the oscillator of an audio synthesizer, and as a phase accumulator that repeatedly advances a phase from to (or to ). It is also a classic example for Fourier series.