Interface NumberSystem

By default Staquia has a generic optimized number system. To have settings that are meant to a specific project go to the online documentation.

Hierarchy

  • NumberSystem

Properties

base: number

The base of the number set

first: string

The unicode character that represents the first value in the set

firstUnicodeNumber: number

The unicode character number that represents the first value in the set

last: string

The unicode character that represents the last value in the set

lastUnicodeNumber: number

The unicode character number that represents the last value in the set

lmax: number

Maximum length that a position can have

ln: number

N segment length

lz: number

Z segment length

: number

Calculated from the ϰ coeficient, is the length such that a position reaches this the sytem will fire a warning message

middle: string

The unicode character that represents the middle value in the set

middleUnicodeNumber: number

The unicode character number that represents the middle value in the set

zero: string

The unicode character that represents the zero value

ϰ: number

Coeficient that helps to set a threshold to determine when a position string is starting to get too long

Generated using TypeDoc