::, valueSpan(tnumber), timeSpan(tnumber), tbox(tnumber), valueSpan, timeSpan, tbox: Convert a temporal number to a span or to a temporal bounding box
::, tint(tbool), tint: Convert between a temporal Boolean and a temporal integer
tnumber, ::, tnumber(tnumber): Convert between temporal integers, temporal big integers, and temporal floats
valueSpan: Return the span of values, ignoring any gaps
valueSet: Return the values of a temporal number as a set
minValue, maxValue, avgValue: Return the minimum, maximum, or average value
minInstant, maxInstant: Return the instant with the minimum or maximum value
shiftValue, scaleValue, shiftScaleValue: Shift and/or the value span of a temporal number by one or two numbers
stops: Extract from a temporal float with linear interpolation the subsequences where the values stay within a span of a given width for at least a given duration
atMin, atMax, minusMin, minusMax: Restrict to (the complement of) the minimum or maximum value
atTbox, minusTbox: Restrict to (the complement of) a tbox
+, -, *, /: Temporal addition, subtraction, multiplication, and division
abs: Return the absolute value of the temporal number
floor, ceil: Round up or down to the neareast integer
round: Round to a number of decimal places
degrees, radians: Convert to degrees or radians
deltaValue: Return the value difference between consecutive instants of the temporal number
trend: Return the trend of a temporal float with linear interpolation, which states whether its value is increasing, constant, or decreasing, represented, respectively, by 1, 0, and -1
derivative: Return the derivative over time of a temporal float in units per second
integral: Return the area under the curve
twAvg: Return the time-weighted average
ln, log10: Return the natural logarithm and the base 10 logarithm of a temporal float
exp: Return the exponential (e raised to the given power) of a temporal float
sin, cos, tan: Return the sine, cosine, or tangent of a temporal float (argument in radians)
||: Text concatenation
lower, upper, initcap: Transform in lowercase, uppercase, or initcap