top of page
pfr_2.png

Simple Operators

some basic foundations to let numbers interact

Anchor 1

Equality

In math, one of the most important concept is relationship between 2 entities. The Equality Group uses the symbol "a balanced scale" as its radical. These symbols accept 2 inputs, one on it's left, another one on it's right, just like how we normally use them.

equ_01-equal.png

this is a balance

=

equ_02-def.png

it is so balanced that we need another line to emphasize it

equ_03-aprox.png

a wibble wobble balance, almost balanced

equ_04-false.png

not balanced, the level is not even on the fulcrum

​

equ_05-less.png

left side is lighter

<

equ_06-great.png

left side is heavier

>

equ_07-lessIn.png

left side is lighter but acceptable

equ_08-greatIn.png

left side is heavier but acceptable

Just like normal equal, 2 operands are on both sides, both for String Script and Story board script.

Emoji_apple.png
equ_01-equal.png
Emoji_apple.png
Emoji_apple.png
equ_05-less.png
Emoji_apple.png
Emoji_apple.png
Anchor 2

Encapsulation & Separation

In other words, brackets or parenthesis.

They also come in pairs, just like the brackets we know.

The only difference is that we use the number of horizontal strokes to identify which open bracket and close bracket should be paired.

opr_00-brk.png

Sometimes, we need to list a collection of items, we separate them by using what we call a "math coma", which is different from a "speech coma".

Here we have list of items : "apple, orange, lemon, box"

Emoji_apple.png
sym_coma.png
Emoji_orange.png
sym_coma.png
Emoji_lemon.png
sym_coma.png
Emoji_box.png
Anchor 3

Positive & Negative

in normal math, some of us will get confused between minus and negative, in Astralica, both the minus sign (will be covered afterwards) and the negative sign are totally different. To specify if a number is negative, simply put the sign before the number

sym_pos.png
sym_neg.png

positive

negative

bottom of page