=begin pod =TITLE Duration class Duration is Cool does Real { } A C represents a length of time in atomic seconds, with fractions. Like an L, it is epoch-agnostic. In numeric contexts (situations where a C is used as a number), a C will return either a L or a L representing the number of seconds it holds. Cs can be subtracted from or added to Cs to yield another, new C. Subtracting one C from another yields a C. A C can also result from mathematical operations between two Cs when it makes sense (namely, the addition, subtraction, or modulous of two Cs). The type of object returned for other numeric operations is currently unspecified. =end pod