Temporal Types: Alphanumeric Operations

Mathematical Operations

  • +: Temporal addition

  • -: Temporal subtraction

  • *: Temporal multiplication

  • /: Temporal division

  • abs: Return the absolute value of the temporal number

  • deltaValue: Return the value difference between consecutive instants of the temporal number

  • round: Round the values to a number of decimal places

  • degrees, radians: Convert to degrees or radians

  • derivative: Return the derivative over time of the temporal float in units per second

Boolean Operations

  • &: Temporal and

  • |: Temporal or

  • ~: Temporal not

  • whenTrue: Return the time when the temporal Boolean takes the value true

Text Operations