void |
Key_0_RND.Execute(short Key_Code) |
|
void |
Key_BST_MAC.Execute(short Key_Code) |
|
void |
Key_EXE.Execute(short Key_Code) |
|
void |
Key_GOTO_SAVE.Execute(short Key_Code) |
Compose Goto from two key strokes
|
void |
Key_GSB_LOAD.Execute(short Key_Code) |
|
void |
Key_HLT_PAUSE.Execute(short Key_Code) |
|
void |
Key_LBL_IND.Execute(short Key_Code) |
|
void |
Key_M.Execute(short Key_Code) |
|
void |
Key_P.Execute(short Key_Code) |
|
void |
Key_Simple_Hyp.Execute(short Key_Code) |
|
void |
Key_Simple.Execute(short Key_Code) |
|
void |
Op_1_Div.Execute(short Opcode) |
|
void |
Op_10_Power.Execute(short Opcode) |
Execute Token for Kex Exp.
|
void |
Op_ABS.Execute(short Opcode) |
Execute Token for Kex Absolut.
|
void |
Op_AC.Execute(short Opcode) |
Execute Token for Kex All Clear.
|
void |
Op_Arc_Cos.Execute(short Opcode) |
|
void |
Op_Arc_CosH.Execute(short Opcode) |
|
void |
Op_Arc_Sin.Execute(short Opcode) |
|
void |
Op_Arc_SinH.Execute(short Opcode) |
|
void |
Op_Arc_Tan.Execute(short Opcode) |
|
void |
Op_Arc_TanH.Execute(short Opcode) |
|
void |
Op_Cos.Execute(short Opcode) |
|
void |
Op_CosH.Execute(short Opcode) |
|
void |
Op_Dot.Execute(short Opcode) |
Execute Token for Kex Decimal Dot.
|
void |
Op_E_Power.Execute(short Opcode) |
Execute Token for Kex e exponent.
|
void |
Op_Equal.Execute(short Opcode) |
Execute Token for Kex Equal.
|
void |
Op_Exp.Execute(short Opcode) |
Execute Token for Kex exponent key.
|
void |
Op_Factorial.Execute(short Opcode) |
|
void |
Op_Frac.Execute(short Opcode) |
|
void |
Op_Ind.Execute(short Opcode) |
Execute Token for Kex Indirect addressing.
|
void |
Op_Infix.Execute(short Opcode) |
Execute infix operation.
|
void |
Op_Int.Execute(short Opcode) |
|
void |
Op_ln.Execute(short Opcode) |
Execute Token for Kex natural logarithm.
|
void |
Op_log.Execute(short Opcode) |
Execute Token for Kex 10 logarithm.
|
void |
Op_Pi.Execute(short Opcode) |
Execute Token for Kex Pi.
|
void |
Op_Plane.Execute(short Opcode) |
|
void |
Op_Plus_Minus.Execute(short Opcode) |
Execute Token for Kex +/-.
|
void |
Op_RAN.Execute(short Opcode) |
Execute Token for Kex Pi.
|
void |
Op_Sin.Execute(short Opcode) |
|
void |
Op_SinH.Execute(short Opcode) |
|
void |
Op_Sn.Execute(short Opcode) |
√ ((Σ(x²) - Σ(x)² / n) / n)
|
void |
Op_Sn1.Execute(short Opcode) |
√ ((Σ(x²) - Σ(x)² / n) / (n-1))
|
void |
Op_Square_Root.Execute(short Opcode) |
|
void |
Op_Square.Execute(short Opcode) |
|
void |
Op_Stat.Execute(short Opcode) |
|
void |
Op_Tan.Execute(short Opcode) |
|
void |
Op_TanH.Execute(short Opcode) |
|
void |
Op_X_Y.Execute(short Opcode) |
Execute Token for Kex x<->y.
|
void |
Op_xD.Execute(short Opcode) |
|
void |
Op_xDEL.Execute(short Opcode) |
|
void |
Op_xMean.Execute(short Opcode) |
|
private void |
Op_SAVE.Execute_Run() |
|
private void |
Op_SAVE.Execute_Shift_Run(String Java_File_Name) |
|
private short @NotNull [] |
A_Register.Get_Display(net.sourceforge.uiq3.calculator.ICalculator.DisplayType Display_Mode) |
Get Content of Display.
|
private void |
A_Register.Insert(short Character) |
Insert a single character
|
Number |
A_Register.Numeric_Value() |
Get value of the register for use with as BCD value.
|
(package private) void |
Calculator.Pop_L(int Operation) |
Pop values from stack by triggering an calculation run up the the level Operation
|
(package private) void |
Calculator.Push_L(int Operation) |
Push value and given operation to stack. depending on what operation is used this might also trigger a calculation
run.
|
protected void |
Op_Interface.Restore_Display() |
Restore the Display (A and L Register)
|
(package private) void |
L_Register.Set_Value(@org.jetbrains.annotations.NotNull short @NotNull [] Text) |
Set_Value of the register.
|
void |
L_Register.Value(Number Value) |
Set value of the register.
|