Referenceinterval

<interval>

<interval> is a Math component that renders an interval.

Attributes and Properties

Attributes for <interval>
AttributeTypeValues
anchor = "…"point
createVectors = "…"boolean"true" "false"
displayBlanks = "…"boolean"true" "false"
displayDecimals = "…"integer
displayDigits = "…"integer
displaySmallAsZero = "…"number
draggable = "…"boolean"true" "false"
expand = "…"boolean"true" "false"
format = "…"text"text" "latex"
functionSymbols = "…"textList
layer = "…"number
padZeros = "…"boolean"true" "false"
parseScientificNotation = "…"boolean"true" "false"
positionFromAnchor = "…"text"upperright" "upperleft" "lowerright" "lowerleft" "top" "bottom" "left" "right" "center"
referencesAreFunctionSymbols = "…"
renderMode = "…"text
simplify = "…"text"none" "full" "numbers" "numberspreserveorder"
splitSymbols = "…"boolean"true" "false"
unordered = "…"boolean"true" "false"
Props for <interval name="i">
PropertyType
$i.anchorpoint
$i.backgroundColortext
$i.createIntervalsboolean
$i.createVectorsboolean
$i.disabledboolean
$i.displayBlanksboolean
$i.displayDecimalsinteger
$i.displayDigitsinteger
$i.displaySmallAsZeronumber
$i.draggableboolean
$i.expandboolean
$i.fixedboolean
$i.fixLocationboolean
$i.formattext
$i.functionSymbolstextList
$i.hiddenboolean
$i.isNumberboolean
$i.isNumericboolean
$i.latexlatex
$i.layernumber
$i.list[ math ]
$i.matrix[ math ]
$i.matrixSizenumberList
$i.numbernumber
$i.numColumnsinteger
$i.numDimensionsinteger
$i.numListItemsinteger
$i.numRowsinteger
$i.padZerosboolean
$i.parseScientificNotationboolean
$i.positionFromAnchortext
$i.renderModetext
$i.simplifytext
$i.splitSymbolsboolean
$i.texttext
$i.textColortext
$i.textStyleDescriptiontext
$i.unorderedboolean
$i.valueinterval
$i.vector[ math ]
$i.xmath
$i.ymath
$i.zmath

Example: Check if a value is contained in an <interval>

The <interval> component recognizes the following terms:

  • union
  • intersect
  • \cup (must use format="latex")
  • \cap (must use format="latex")

Defined intervals can be referenced in <boolean> comparisons.


Example: <interval> as a <function> domain

A named <interval> component is referenced in the domain attribute of a graphed <function>.