Numbers - bali-nebula/go-component-framework GitHub Wiki

Overview

A number is a primitive element that represents a mathematical complex number value. A complex number can be in rectangular form or polar form in which case the imaginary part of the complex number is an angle. Complex elements support scaling and numerical operations.

UML Diagram

A Quick Example

To whet your appetite, here is some short example code that demonstrates the behavior of numbers.

TBD...