Number Structures

The concept of a number in DScript is probably more complete than what you find in any other programming language. A single number can be composed of as many as 10 separate numeric values. This includes a real component, an imaginary component, and values in eight-base dimensions. DScript stores all ten components as a single data item and treats them as a whole in all mathematical calculations.