Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

E: number = Math.E

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

Epsilon: number = Number.EPSILON

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

EulerC: 0.5772156649015329 = 0.57721566490153286060

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

Ln10: number = Math.LN10

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

Ln2: number = Math.LN2

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

Log10E: number = Math.LOG10E

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

Log2E: number = Math.LOG2E

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

MaxPosNum: number = Number.MAX_VALUE

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

MaxSafeInt: number = Number.MAX_SAFE_INTEGER

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

MinPosNum: number = Number.MIN_VALUE

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

MinSafeInt: number = Number.MIN_SAFE_INTEGER

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

NegInfinity: number = Number.NEGATIVE_INFINITY

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

Phi: 1.618033988749895 = 1.61803398874989484820

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

Pi: number = Math.PI

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

PosInfinity: number = Number.POSITIVE_INFINITY

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

Root2: number = Math.SQRT2

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

RootHalf: number = Math.SQRT1_2

Convenience aliases for common mathematical and numeric constants from Number and Math. Re-exported so that FSL data expressions and tests can reference them without importing Math directly.

Includes: NegInfinity, PosInfinity, Epsilon, Pi, E, Root2, RootHalf, Ln2, Ln10, Log2E, Log10E, MaxSafeInt, MinSafeInt, MaxPosNum, MinPosNum, Phi (golden ratio), EulerC (Euler–Mascheroni).

gviz_shapes: string[] = ...

Complete list of node shapes supported by Graphviz. Used by jssm-viz to validate and render state shapes in FSL state ... : { shape: ... } blocks.

shapes is an alias for gviz_shapes.

named_colors: string[] = ...

List of CSS/SVG named colors accepted by jssm-viz for state styling properties like background-color and text-color. Case-insensitive matching is done at parse time; the canonical casing here follows the CSS specification.

shapes: string[] = gviz_shapes

Generated using TypeDoc