aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2017-02-26 01:13:18 +0100
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2017-02-26 01:13:18 +0100
commit3631d1a6acd10e1ee38fe63f2927575369a40a0d (patch)
treed0ac4fba46e66d7ad89b54f86559a96a3fbe1dd9
parent3039a6e46a43979a0e313e4af78312ea325d7e27 (diff)
parent6dd6addfc34385efa503fbc5f209b2f2aae955de (diff)
Review Lephe's input (thanks :D), corrected some more things
-rw-r--r--README.md3
-rw-r--r--characters.yml854
2 files changed, 471 insertions, 386 deletions
diff --git a/README.md b/README.md
index b2140a7..8a8e931 100644
--- a/README.md
+++ b/README.md
@@ -74,9 +74,10 @@ and the `category` field is the category(/subcategory) ID (see in the last
paragraph). If there is no category field, the category is "Other", with no
prefix.
-Flags is a list of strings joined with `|`. Current flags are:
+Flags is a list of flag strings. Current flags are:
* `nl`: the character should be followed by a newline;
* `esc`: the character's CTF token is escaped with a reverse solidus;
+* `sep`: the character is a Basic separator;
* `base`: only accessible in BASE programs.
It is possible to obtain an ASCII/HTML representation of most characters:
diff --git a/characters.yml b/characters.yml
index 2ddeb3e..f25ec20 100644
--- a/characters.yml
+++ b/characters.yml
@@ -76,14 +76,14 @@
code: 0x0C
name: Disp
category: Symbol
- flags: nl
+ flags: [nl, sep]
id: disps
ascii: "_\n"
-
code: 0x0D
name: Newline
unicode: [0x0D]
- flags: nl
+ flags: [nl, sep]
id: newline
ascii: "\n"
-
@@ -194,7 +194,7 @@
-
code: 0x21
name: Exclamation mark
- flags: esc
+ flags: [esc]
unicode: [0x21]
id: bang
-
@@ -217,7 +217,7 @@
-
code: 0x25
name: Percent
- flags: esc
+ flags: [esc]
category: Sign
unicode: [0x25]
id: percent
@@ -244,13 +244,13 @@
-
code: 0x2A
name: Asterisk
- flags: esc
+ flags: [esc]
unicode: [0x2A]
id: asterisk
-
code: 0x2B
name: Plus
- flags: esc
+ flags: [esc]
category: Sign
unicode: [0x2B]
id: plus
@@ -262,7 +262,7 @@
-
code: 0x2D
name: Hyphen
- flags: esc
+ flags: [esc]
unicode: [0x2010]
ascii: "-"
id: hyphen
@@ -274,7 +274,7 @@
-
code: 0x2F
name: Solidus
- flags: esc
+ flags: [esc]
unicode: [0x2F]
id: slash
-
@@ -345,6 +345,7 @@
-
code: 0x3B
name: Semicolon
+ flags: [sep]
unicode: [0x3B]
id: semicolon
-
@@ -513,7 +514,7 @@
-
code: 0x5C
name: Reverse Solidus
- flags: esc
+ flags: [esc]
unicode: [0x5C]
id: revslash
-
@@ -524,13 +525,13 @@
-
code: 0x5E
name: Circumflex Accent
- flags: esc
+ flags: [esc]
unicode: [0x5E]
ascii: "\\circum"
-
code: 0x5F
name: Low Line
- flags: esc
+ flags: [esc]
unicode: [0x5F]
id: underscore
-
@@ -755,7 +756,7 @@
-
code: 0x84
name: Hexadecimal
- flags: base
+ flags: [base]
category: Operator/Prefix
args: [number]
return: The decimal equivalent of the hexadecimal value.
@@ -876,7 +877,7 @@
-
code: 0x94
name: Decimal
- flags: base
+ flags: [base]
category: Operator/Prefix
args: [number]
return: The decimal equivalent of the decimal value (?).
@@ -990,7 +991,7 @@
-
code: 0xA4
name: Octal
- flags: base
+ flags: [base]
category: Operator/Prefix
args: [number]
return: The decimal equivalent of the octal value.
@@ -1098,7 +1099,7 @@
-
code: 0xB4
name: Binary
- flags: base
+ flags: [base]
category: Operator/Prefix
args: [number]
return: The decimal equivalent of the binary value.
@@ -1118,7 +1119,7 @@
-
code: 0xB7
name: Negative
- flags: base
+ flags: [base]
category: Statement
args: [number]
return: The negative version of the number.
@@ -1502,196 +1503,235 @@
#******************************************************************************#
-
code: 0x7F00
- name: Xmin
- multi: 0x58,0x6D,0x69,0x6E
+ name: View-Window X-min Parameter
+ category: Register
+ return: The View-Window minimal abscissa.
+ multi: [0x58, 0x6D, 0x69, 0x6E]
-
code: 0x7F01
- name: Xmax
- multi: 0x58,0x6D,0x61,0x78
+ name: View-Window X-max Parameter
+ category: Register
+ return: The View-Window maximal abscissa
+ multi: [0x58, 0x6D, 0x61, 0x78]
-
code: 0x7F02
- name: Xscl
- multi: 0x58,0x73,0x63,0x6C
+ name: View-Window X-scale Parameter
+ category: Register
+ return: The View-Window x-axis scale.
+ multi: [0x58, 0x73, 0x63, 0x6C]
# TODO
-
code: 0x7F04
- name: Ymin
- multi: 0x59,0x6D,0x69,0x6E
+ name: View-Window Y-min Parameter
+ category: Register
+ return: The View-Window minimal ordinate.
+ multi: [0x59, 0x6D, 0x69, 0x6E]
-
code: 0x7F05
- name: Ymax
- multi: 0x59,0x6D,0x61,0x78
+ name: View-Window Y-max Parameter
+ category: Register
+ return: The View-Window maximal ordinate.
+ multi: [0x59, 0x6D, 0x61, 0x78]
-
code: 0x7F06
- name: Yscl
- multi: 0x59,0x73,0x63,0x6C
+ name: View-Window Y-scale Parameter
+ category: Register
+ return: The View-Window y-axis scale.
+ multi: [0x59, 0x73, 0x63, 0x6C]
# TODO
-
code: 0x7F08
- name: T Theta min
- multi: 0x54,0xE647,0x6D,0x69,0x6E
+ name: View-Window T-Theta-min Parameter
+ category: Register
+ return: The T and Theta minimal values.
+ multi: [0x54, 0xE647, 0x6D, 0x69, 0x6E]
-
code: 0x7F09
- name: T Theta max
- multi: 0x54,0xE647,0x6D,0x61,0x78
+ name: View-Window T-Theta-max Parameter
+ category: Register
+ return: The T and Theta maximal.
+ multi: [0x54, 0xE647, 0x6D, 0x61, 0x78]
-
code: 0x7F0A
- name: T Theta ptch
- multi: 0x54,0xE647,0x70,0x74,0x63,0x68
+ name: View-Window T-Theta-pitch Parameter
+ category: Register
+ return: The T and Theta step.
+ multi: [0x54, 0xE647, 0x70, 0x74, 0x63, 0x68]
-
code: 0x7F0B
- name: Xfct
- multi: 0x58,0x66,0x63,0x74
+ name: X-Axis Zoom Factor
+ category: Register
+ return: The x-axis zoom factor.
+ multi: [0x58, 0x66, 0x63, 0x74]
-
code: 0x7F0C
- name: Yfct
- multi: 0x59,0x66,0x63,0x74
+ name: Y-Axis Zoom Factor
+ category: Register
+ return: The y-axis zoom factor.
+ multi: [0x59, 0x66, 0x63, 0x74]
-
code: 0x7F0D
- name: D Start
- multi: 0x44,0x20,0x53,0x74,0x61,0x72,0x74
+ name: Dynamic Graph Data Coefficient Start Value
+ multi: [0x44, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74]
-
code: 0x7F0E
- name: D End
- multi: 0x44,0x20,0x45,0x6E,0x64
+ name: Dynamic Graph Data Coefficient End Value
+ multi: [0x44, 0x20, 0x45, 0x6E, 0x64]
-
code: 0x7F0F
- name: D pitch
- multi: 0x44,0x20,0x70,0x69,0x74,0x63,0x68
+ name: Dynamic Graph Data Coefficient Pitch
+ multi: [0x44, 0x20, 0x70, 0x69, 0x74, 0x63, 0x68]
-
code: 0x7F10
- name: RightXmin
- multi: 0x52,0x69,0x67,0x68,0x74,0x58,0x6D,0x69,0x6E
+ name: View-Window Right X-min Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x58, 0x6D, 0x69, 0x6E]
-
code: 0x7F11
- name: RightXmax
- multi: 0x52,0x69,0x67,0x68,0x74,0x58,0x6D,0x61,0x78
+ name: View-Window Right X-max Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x58, 0x6D, 0x61, 0x78]
-
code: 0x7F12
- name: RightXscl
- multi: 0x52,0x69,0x67,0x68,0x74,0x58,0x73,0x63,0x6C
+ name: View-Window Right X-scale Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x58, 0x73, 0x63, 0x6C]
# TODO
-
code: 0x7F14
- name: RightYmin
- multi: 0x52,0x69,0x67,0x68,0x74,0x59,0x6D,0x69,0x6E
+ name: View-Window Right Y-min Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x59, 0x6D, 0x69, 0x6E]
-
code: 0x7F15
- name: RightYmax
- multi: 0x52,0x69,0x67,0x68,0x74,0x59,0x6D,0x61,0x78
+ name: View-Window Right Y-max Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x59, 0x6D, 0x61, 0x78]
-
code: 0x7F16
- name: RightYscl
- multi: 0x52,0x69,0x67,0x68,0x74,0x59,0x73,0x63,0x6C
+ name: View-Window Right Y-scale Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x59, 0x73, 0x63, 0x6C]
# TODO
-
code: 0x7F18
- name: Right T theta min
- multi: 0x52,0x69,0x67,0x68,0x74,0x54,0xE647,0x6D,0x69,0x6E
+ name: View-Window Right T-Theta-min Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x54, 0xE647, 0x6D, 0x69, 0x6E]
-
code: 0x7F19
- name: Right T theta max
- multi: 0x52,0x69,0x67,0x68,0x74,0x54,0xE647,0x6D,0x61,0x78
+ name: View-Window Right T-Theta-max Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x54, 0xE647, 0x6D, 0x61, 0x78]
-
code: 0x7F1A
- name: Right T theta ptch
- multi: 0x52,0x69,0x67,0x68,0x74,0x54,0xE647,0x70,0x74,0x63,0x68
+ name: View-Window Right T-Theta-pitch Parameter
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74, 0x54, 0xE647, 0x70, 0x74, 0x63, 0x68]
# TODO
-
code: 0x7F1D
- name: c (Reg)
- multi: 0x63
+ name: Regression And Polynomial Coefficient C
+ multi: [0x63]
-
code: 0x7F1E
- name: d (Reg)
- multi: 0x64
+ name: Regression And Polynomial Coefficient D
+ multi: [0x64]
-
code: 0x7F1F
- name: e (Reg)
- multi: 0x65
+ name: Regression And Polynomial Coefficient E
+ multi: [0x65]
-
code: 0x7F20
- name: Max(
- multi: 0x4D,0x61,0x78,0x28
+ name: List Maximum
+ category: Function
+ multi: [0x4D, 0x61, 0x78, 0x28]
-
code: 0x7F21
- name: Det
+ name: Matrix Determinant
category: Statement
- multi: 0x44,0x65,0x74,0x20
+ multi: [0x44, 0x65, 0x74, 0x20]
-
code: 0x7F22
name: Complex Argument
category: Statement
- multi: 0x41,0x72,0x67,0x20
+ args: [complex]
+ return: The argument of the complex.
+ multi: [0x41, 0x72, 0x67, 0x20]
-
code: 0x7F23
name: Complex Conjugate
category: Statement
- multi: 0x43,0x6F,0x6E,0x6A,0x67,0x20
+ args: [complex]
+ return: The conjugate of the complex.
+ multi: [0x43, 0x6F, 0x6E, 0x6A, 0x67, 0x20]
-
code: 0x7F24
name: Real part
category: Statement
- multi: 0x52,0x65,0x50,0x20
+ args: [complex]
+ return: The real part of the complex.
+ multi: [0x52, 0x65, 0x50, 0x20]
-
code: 0x7F25
name: Imaginary Part
category: Statement
- multi: 0x49,0x6D,0x50,0x20
+ args: [complex]
+ return: The imaginary part of the complex.
+ multi: [0x49, 0x6D, 0x50, 0x20]
-
code: 0x7F26
name: Derivative
category: Function
- multi: 0x64,0x2F,0x64,0x78,0x28
+ multi: [0x64, 0x2F, 0x64, 0x78, 0x28]
-
code: 0x7F27
- name: Seconde derivative
+ name: Second Derivative
category: Function
- multi: 0x64,0xE5C2,0x2F,0x64,0x78,0xE5C2,0x28
+ multi: [0x64, 0xE5C2, 0x2F, 0x64, 0x78, 0xE5C2, 0x28]
ascii: d2/dx2
-
code: 0x7F28
- name: Solve equation
- multi: 0x53,0x6F,0x6C,0x76,0x65,0x28
+ name: Solve Equation
+ category: Function
+ multi: [0x53, 0x6F, 0x6C, 0x76, 0x65, 0x28]
-
code: 0x7F29
name: Sigma
category: Function
- multi: 0xE551,0x28
+ multi: [0xE551, 0x28]
-
code: 0x7F2A
- name: FMin(
- multi: 0x46,0x4D,0x69,0x6E,0x28
+ name: Function Minimum Calculations
+ category: Function
+ multi: [0x46, 0x4D, 0x69, 0x6E, 0x28]
-
code: 0x7F2B
- name: FMax(
- multi: 0x46,0x4D,0x61,0x78,0x28
+ name: Function Maximum Calculations
+ category: Function
+ multi: [0x46, 0x4D, 0x61, 0x78, 0x28]
-
code: 0x7F2C
name: List Sequence
- multi: 0x53,0x65,0x71,0x28
+ category: Function
+ multi: [0x53, 0x65, 0x71, 0x28]
-
code: 0x7F2D
name: List Minimum
- multi: 0x4D,0x69,0x6E,0x28
+ multi: [0x4D, 0x69, 0x6E, 0x28]
+ category: Function
-
code: 0x7F2E
name: List Mean
- multi: 0x4D,0x65,0x61,0x6E,0x28
+ category: Function
+ multi: [0x4D, 0x65, 0x61, 0x6E, 0x28]
-
code: 0x7F2F
name: List Median
- multi: 0x4D,0x65,0x64,0x69,0x61,0x6E,0x28
+ category: Function
+ multi: [0x4D, 0x65, 0x64, 0x69, 0x61, 0x6E, 0x28]
-
code: 0x7F30
- name: SolveN(
+ name: Numerical Solve Equation
+ category: Function
set: CASIOWIN_2.00
- multi: 0x53,0x6F,0x6C,0x76,0x65,0x4E,0x28
+ multi: [0x53, 0x6F, 0x6C, 0x76, 0x65, 0x4E, 0x28]
# TODO
-
@@ -1699,57 +1739,58 @@
name: Modulo
category: Sign
set: CASIOWIN_2.00
- multi: 0x4D,0x4F,0x44,0x28
+ multi: [0x4D, 0x4F, 0x44, 0x28]
-
code: 0x7F3B
- name: MOD_Exp(
+ name: Power-Division Remainder
+ category: Function
set: CASIOWIN_2.00
- multi: 0x4D,0x4F,0x44,0x5F,0x45,0x78,0x70,0x28
+ multi: [0x4D, 0x4F, 0x44, 0x5F, 0x45, 0x78, 0x70, 0x28]
-
code: 0x7F3C
name: Greatest Common Divisor
category: Function
set: CASIOWIN_2.00
- multi: 0x47,0x43,0x44,0x28
+ multi: [0x47, 0x43, 0x44, 0x28]
-
code: 0x7F3D
name: Lowest Common Multiple
category: Function
set: CASIOWIN_2.00
- multi: 0x4C,0x43,0x4D,0x28
+ multi: [0x4C, 0x43, 0x4D, 0x28]
-
code: 0x7F3E
name: Standard Deviation
category: Function
set: CASIOWIN_2.00
- multi: 0x53,0x74,0x64,0x44,0x65,0x76,0x28
+ multi: [0x53, 0x74, 0x64, 0x44, 0x65, 0x76, 0x28]
-
code: 0x7F3F
name: Variance
category: Function
set: CASIOWIN_2.00
- multi: 0x56,0x61,0x72,0x69,0x61,0x6E,0x63,0x65,0x28
+ multi: [0x56, 0x61, 0x72, 0x69, 0x61, 0x6E, 0x63, 0x65, 0x28]
-
code: 0x7F40
- name: Mat
+ name: Matrix
category: Object
- args: ID
- multi: 0x4D,0x61,0x74,0x20
+ args: [id]
+ multi: [0x4D, 0x61, 0x74, 0x20]
- # Trn
code: 0x7F41
name: Matricial Transpose
category: Statement
args: Mat
return: Transposes the matrix.
- multi: 0x54,0x72,0x6E,0x20
+ multi: [0x54, 0x72, 0x6E, 0x20]
- # *Row
code: 0x7F42
name: Matrix Row Scalar Multiplication
category: Statement
- args: Multiplier, Matrix Code, Row
+ args: [multiplier, matrix code, row]
return: The product of the values on the selected row by the multiplier in
a matrix.
- multi: 0x2A,0x52,0x6F,0x77,0x20
+ multi: [0x2A, 0x52, 0x6F, 0x77, 0x20]
- # *Row+
code: 0x7F43
name: Matrix Row Transvection
@@ -1757,731 +1798,774 @@
args: Multiplier, Matrix Code, Row, To Row
action: Adds the product of the values on the selected row by the multiplier
to the values on the destination row in a matrix.
- multi: 0x2A,0x52,0x6F,0x77,0x2B,0x20
+ multi: [0x2A, 0x52, 0x6F, 0x77, 0x2B, 0x20]
- # Row+
code: 0x7F44
name: Matrix Row Addition
category: Statement
args: Matrix Code, Line, To Line
action: Adds the values on the line to the destination line in a matrix.
- multi: 0x52,0x6F,0x77,0x2B,0x20
+ multi: [0x52, 0x6F, 0x77, 0x2B, 0x20]
- # Swap
code: 0x7F45
name: Matrix Row Switch
category: Statement
args: Matrix Code, First Line, Second Line
action: Swaps two lines in a matrix.
- multi: 0x53,0x77,0x61,0x70,0x20
+ multi: [0x53, 0x77, 0x61, 0x70, 0x20]
- # Dim
code: 0x7F46
name: Dimension
category: Statement
args: Object
action: Get (or set) the dimension.
- multi: 0x44,0x69,0x6D,0x20
+ multi: [0x44, 0x69, 0x6D, 0x20]
- # Fill
code: 0x7F47
name: Object Fill
category: Function
args: Value, Object
action: Fill the object with the value.
- multi: 0x46,0x69,0x6C,0x6C,0x28
+ multi: [0x46, 0x69, 0x6C, 0x6C, 0x28]
-
code: 0x7F48
name: Identity Matrix
category: Statement
- multi: 0x49,0x64,065,0x6E,0x74,0x69,0x74,0x79,0x20
+ multi: [0x49, 0x64, 0x65, 0x6E, 0x74, 0x69, 0x74, 0x79, 0x20]
-
code: 0x7F49
- name: Augment(
- multi: 0x41,0x75,0x67,0x6D,0x65,0x6E,0x74,0x28
+ name: List Append Or Matrix Append
+ category: Function
+ multi: [0x41, 0x75, 0x67, 0x6D, 0x65, 0x6E, 0x74, 0x28]
-
code: 0x7F4A
name: List To Matrix Conversion
category: Function
- multi: 0x4C,0x69,0x73,0x74,0xE691,0x4D,0x61,0x74,0x28
- ascii: 'List->Matrix('
+ multi: [0x4C, 0x69, 0x73, 0x74, 0xE691, 0x4D, 0x61, 0x74, 0x28]
-
code: 0x7F4B
name: Matrix To List Conversion
category: Function
- multi: 0x4D,0x61,0x74,0xE691,0x4C,0x69,0x73,0x74,0x28
- ascii: 'Matrix->List('
+ multi: [0x4D, 0x61, 0x74, 0xE691, 0x4C, 0x69, 0x73, 0x74, 0x28]
-
code: 0x7F4C
- name: Sum
- multi: 0x53,0x75,0x6D,0x20
+ name: List Sum
+ category: Statement
+ multi: [0x53, 0x75, 0x6D, 0x20]
-
code: 0x7F4D
- name: Prod
- multi: 0x50,0x72,0x6F,0x64,0x20
+ name: List Product
+ category: Statement
+ multi: [0x50, 0x72, 0x6F, 0x64, 0x20]
-
code: 0x7F4E
- name: Percent
- multi: 0x50,0x65,0x72,0x63,0x65,0x6E,0x74,0x20
+ name: List Percentage
+ category: Statement
+ multi: [0x50, 0x65, 0x72, 0x63, 0x65, 0x6E, 0x74, 0x20]
-
code: 0x7F4F
name: Cumulative List
- multi: 0x43,0x75,0x6D,0x6C,0x20
+ category: Statement
+ multi: [0x43, 0x75, 0x6D, 0x6C, 0x20]
-
code: 0x7F50
name: Imaginary Number
- unicode: 0x2148
+ unicode: [0x2148]
ascii: "\\i"
-
code: 0x7F51
name: List
category: Object
- args: ID
- multi: 0x4C,0x69,0x73,0x74,0x20
+ args: [id]
+ multi: [0x4C, 0x69, 0x73, 0x74, 0x20]
-
code: 0x7F52
name: Delta List
- multi: 0xE543,0x4C,0x69,0x73,0x74,0x20
+ multi: [0xE543, 0x4C, 0x69, 0x73, 0x74, 0x20]
-
code: 0x7F53
name: Infinity
- ascii: (infty)
+ ascii: "\\inf"
-
code: 0x7F54
name: Less-Than (2nd)
-
code: 0x7F55
name: Less-Than (3rd)
- multi: 0x7F54
+ multi: [0x7F54]
-
code: 0x7F55
- name: Ref
+ name: Matrix Row Echelon Form
+ category: Statement
set: CASIOWIN_1.05
- multi: 0x52,0x65,0x66,0x20
+ multi: [0x52, 0x65, 0x66, 0x20]
-
code: 0x7F56
- name: Rref
+ name: Matrix Row Reduced Echelon Form
+ category: Statement
set: CASIOWIN_1.05
- multi: 0x52,0x72,0x65,0x66,0x20
+ multi: [0x52, 0x72, 0x65, 0x66, 0x20]
-
code: 0x7F57
name: Arrow to the right (2)
set: CASIOWIN_2.00
- multi: 0xE69E
+ multi: [0xE69E]
-
code: 0x7F58
name: ElemSize(
set: C.Basic
- multi: 0x45,0x6C,0x65,0x6D,0x53,0x69,0x7A,0x65,0x28
+ multi: [0x45, 0x6C, 0x65, 0x6D, 0x53, 0x69, 0x7A, 0x65, 0x28]
-
code: 0x7F59
name: ColSize(
set: C.Basic
- multi: 0x43,0x6F,0x6C,0x53,0x69,0x7A,0x65,0x28
+ multi: [0x43, 0x6F, 0x6C, 0x53, 0x69, 0x7A, 0x65, 0x28]
-
code: 0x7F5A
name: RowSize(
set: C.Basic
- multi: 0x52,0x6F,0x77,0x53,0x69,0x7A,0x65,0x28
+ multi: [0x52, 0x6F, 0x77, 0x53, 0x69, 0x7A, 0x65, 0x28]
# TODO
-
code: 0x7F5F
name: Ticks
set: C.Basic
- multi: 0x54,0x69,0x63,0x6B,0x73
+ multi: [0x54, 0x69, 0x63, 0x6B, 0x73]
-
code: 0x7F60
- name: Sim Coef
- multi: 0x53,0x69,0x6D,0x20,0x43,0x6F,0x65,0x66
+ name: Simulation Equation Coefficients
+ multi: [0x53, 0x69, 0x6D, 0x20, 0x43, 0x6F, 0x65, 0x66]
-
code: 0x7F61
- name: Ply Coef
- multi: 0x50,0x6C,0x79,0x20,0x43,0x6F,0x65,0x66
+ name: Polynomial Equation Coefficients
+ multi: [0x50, 0x6C, 0x79, 0x20, 0x43, 0x6F, 0x65, 0x66]
-
code: 0x7F62
- name: Sim Result
- multi: 0x53,0x69,0x6D,0x20,0x52,0x65,0x73,0x75,0x6C,0x74
+ name: Simulation Equation Solutions
+ multi: [0x53, 0x69, 0x6D, 0x20, 0x52, 0x65, 0x73, 0x75, 0x6C, 0x74]
-
code: 0x7F63
- name: Ply Result
- multi: 0x50,0x6C,0x79,0x20,0x52,0x65,0x73,0x75,0x6C,0x74
+ name: Polynomial Equation Solutions
+ multi: [0x50, 0x6C, 0x79, 0x20, 0x52, 0x65, 0x73, 0x75, 0x6C, 0x74]
-
code: 0x7F64
- name: n (TVM)
- multi: 0x6E
+ name: TVM Payment Periods
+ multi: [0x6E]
-
code: 0x7F65
- name: I%
- multi: 0x49,0x25
+ name: TMV Interest Rate
+ multi: [0x49, 0x25]
-
code: 0x7F66
- name: PV
- multi: 0x50,0x56
+ name: TVM Principal
+ multi: [0x50, 0x56]
-
code: 0x7F67
- name: PMT
- multi: 0x50,0x4D,0x54
+ name: TVM Payment Amount
+ multi: [0x50, 0x4D, 0x54]
-
code: 0x7F68
- name: FV
- multi: 0x46,0x56
+ name: TVM Account Balance
+ multi: [0x46, 0x56]
# TODO
-
code: 0x7F6A
- name: List1
- multi: 0x4C,0x69,0x73,0x74,0x31
+ name: List 1
+ category: Object
+ multi: [0x4C, 0x69, 0x73, 0x74, 0x31]
-
code: 0x7F6B
- name: List2
- multi: 0x4C,0x69,0x73,0x74,0x32
+ name: List 2
+ category: Object
+ multi: [0x4C, 0x69, 0x73, 0x74, 0x32]
-
code: 0x7F6C
- name: List3
- multi: 0x4C,0x69,0x73,0x74,0x33
+ name: List 3
+ category: Object
+ multi: [0x4C, 0x69, 0x73, 0x74, 0x33]
-
code: 0x7F6D
- name: List4
- multi: 0x4C,0x69,0x73,0x74,0x34
+ name: List 4
+ category: Object
+ multi: [0x4C, 0x69, 0x73, 0x74, 0x34]
-
code: 0x7F6E
- name: List5
- multi: 0x4C,0x69,0x73,0x74,0x35
+ name: List 5
+ category: Object
+ multi: [0x4C, 0x69, 0x73, 0x74, 0x35]
-
code: 0x7F6F
- name: List6
- multi: 0x4C,0x69,0x73,0x74,0x36
+ name: List 6
+ category: Object
+ multi: [0x4C, 0x69, 0x73, 0x74, 0x36]
# TODO
-
code: 0x7F76
- name: Q1
- multi: 0x51,0xE5D1
+ name: Statistical Data First Quartile
+ multi: [0x51, 0xE5D1]
-
code: 0x7F77
- name: Q3
- multi: 0x51,0xE5D3
+ name: Statistical Data Third Quartile
+ multi: [0x51, 0xE5D3]
-
code: 0x7F78
- name: x_1
- multi: 0x78,0xE5D1
+ name: Summary Point X-Coordinate 1
+ multi: [0x78, 0xE5D1]
-
code: 0x7F79
- name: y_1
- multi: 0x79,0xE5D1
+ name: Summary Point Y-Coordinate 1
+ multi: [0x79, 0xE5D1]
-
code: 0x7F7A
- name: x_2
- multi: 0x78,0xE5D2
+ name: Summary Point X-Coordinate 2
+ multi: [0x78, 0xE5D2]
-
code: 0x7F7B
- name: y_2
- multi: 0x79,0xE5D2
+ name: Summary Point Y-Coordinate 2
+ multi: [0x79, 0xE5D2]
-
code: 0x7F7C
- name: x_3
- multi: 0x78,0xE5D3
+ name: Summary Point X-Coordinate 3
+ multi: [0x78, 0xE5D3]
-
code: 0x7F7D
- name: y_3
- multi: 0x79,0xE5D3
+ name: Summary Point Y-Coordinate 3
+ multi: [0x79, 0xE5D3]
# TODO
-
code: 0x7F84
- name: Vct
- multi: 0x56,0x63,0x74,0x20
+ name: Vector
+ category: Object
+ multi: [0x56, 0x63, 0x74, 0x20]
set: CASIOWIN_2.04
-
code: 0x7F85
- name: logab(
- multi: 0x6C,0x6F,0x67,0x61,0x62,0x28
+ name: General Logarithm
+ category: Function
+ multi: [0x6C, 0x6F, 0x67, 0x61, 0x62, 0x28]
-
code: 0x7F86
- name: RndFix(
- multi: 0x52,0x6E,0x64,0x46,0x69,0x78,0x28
+ name: Round Value
+ category: Function
+ multi: [0x52, 0x6E, 0x64, 0x46, 0x69, 0x78, 0x28]
-
code: 0x7F87
- name: RanInt#(
+ name: Random Integer Between Bounds
+ category: Function
set: CASIOWIN_2.00
- multi: 0x52,0x61,0x6E,0x49,0x6E,0x74,0x23,0x28
+ multi: [0x52, 0x61, 0x6E, 0x49, 0x6E, 0x74, 0x23, 0x28]
-
code: 0x7F88
- name: RanList#(
+ name: Random List Of Binary Digits
+ category: Function
set: CASIOWIN_2.00
- multi: 0x52,0x61,0x6E,0x4C,0x69,0x73,0x74,0x23,0x28
+ multi: [0x52, 0x61, 0x6E, 0x4C, 0x69, 0x73, 0x74, 0x23, 0x28]
-
code: 0x7F89
- name: RanBin#(
+ name: Binomial Distribution Random Numbers
+ category: Function
set: CASIOWIN_2.00
- multi: 0x52,0x61,0x6E,0x42,0x69,0x6E,0x23,0x28
+ multi: [0x52, 0x61, 0x6E, 0x42, 0x69, 0x6E, 0x23, 0x28]
-
code: 0x7F8A
- name: RanNorm#(
+ name: Normal Distribution 1O-Digit Random Number
+ category: Function
set: CASIOWIN_2.00
- multi: 0x52,0x61,0x6E,0x4E,0x6F,0x72,0x6D,0x23,0x28
+ multi: [0x52, 0x61, 0x6E, 0x4E, 0x6F, 0x72, 0x6D, 0x23, 0x28]
# TODO
-
code: 0x7F8C
- name: Sigma an
+ name: PlotPhase Function Setting Sigma an
set: CASIOWIN_2.00
- multi: 0xE551,0x61,0xE5DE
+ multi: [0xE551, 0x61, 0xE5DE]
-
code: 0x7F8D
- name: Sigma bn
+ name: PlotPhase Function Setting Sigma bn
set: CASIOWIN_2.00
- multi: 0xE551,0x62,0xE5DE
+ multi: [0xE551, 0x62, 0xE5DE]
-
code: 0x7F8E
- name: Sigma cn
+ name: PlotPhase Function Setting Sigma cn
set: CASIOWIN_2.00
- multi: 0xE551,0x63,0xE5DE
+ multi: [0xE551, 0x63, 0xE5DE]
-
code: 0x7F8F
name: Getkey
- multi: 0x47,0x65,0x74,0x6B,0x65,0x79
+ category: Statement
+ multi: [0x47, 0x65, 0x74, 0x6B, 0x65, 0x79]
-
code: 0x7F90
name: F Result
- multi: 0x46,0x20,0x52,0x65,0x73,0x75,0x6C,0x74
+ multi: [0x46, 0x20, 0x52, 0x65, 0x73, 0x75, 0x6C, 0x74]
-
code: 0x7F91
name: F Start
- multi: 0x46,0x20,0x53,0x74,0x61,0x72,0x74
+ multi: [0x46, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74]
-
code: 0x7F92
name: F End
- multi: 0x46,0x20,0x45,0x6E,0x64
+ multi: [0x46, 0x20, 0x45, 0x6E, 0x64]
-
code: 0x7F93
name: F pitch
- multi: 0x46,0x20,0x70,0x69,0x74,0x63,0x68
+ multi: [0x46, 0x20, 0x70, 0x69, 0x74, 0x63, 0x68]
-
code: 0x7F94
name: R Result
- multi: 0x52,0x20,0x52,0x65,0x73,0x75,0x6C,0x74
+ multi: [0x52, 0x20, 0x52, 0x65, 0x73, 0x75, 0x6C, 0x74]
-
code: 0x7F95
name: R Start
- multi: 0x52,0x20,0x53,0x74,0x61,0x72,0x74
+ multi: [0x52, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74]
-
code: 0x7F96
name: R End
- multi: 0x52,0x20,0x45,0x6E,0x64
+ multi: [0x52, 0x20, 0x45, 0x6E, 0x64]
-
code: 0x7F97
name: H Start
- multi: 0x48,0x20,0x53,0x74,0x61,0x72,0x74
+ multi: [0x48, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74]
-
code: 0x7F98
name: H pitch
- multi: 0x48,0x20,0x70,0x69,0x74,0x63,0x68
+ multi: [0x48, 0x20, 0x70, 0x69, 0x74, 0x63, 0x68]
# TODO
-
code: 0x7F9C
- name: ">Simp"
+ name: Fraction Simplification
+ category: Operator
set: CASIOWIN_2.00
- multi: 0xE69E,0x53,0x69,0x6D,0x70,0x20
+ multi: [0xE69E, 0x53, 0x69, 0x6D, 0x70, 0x20]
# TODO
-
code: 0x7FA0
- name: an
- multi: 0x61,0xE5DE
+ name: Recursion Formula Variable an
+ multi: [0x61, 0xE5DE]
-
code: 0x7FA1
- name: an+1
- multi: 0x61,0xE5DE,0xE5DB,0xE5CE
+ name: Recursion Formula Variable an+1
+ multi: [0x61, 0xE5DE, 0xE5DB, 0xE5CE]
-
code: 0x7FA2
- name: an+2
- multi: 0x61,0xE5DE,0xE5DB,0xE5CF
+ name: Recursion Formula Variable an+2
+ multi: [0x61, 0xE5DE, 0xE5DB, 0xE5CF]
-
code: 0x7FA3
- name: n (RECUR)
- multi: 0xE5DE
+ name: Recursion Formula Variable n
+ multi: [0xE5DE]
-
code: 0x7FA4
- name: a0
- multi: 0x61,0xE5CD
+ name: Recursion Formula Variable a0
+ multi: [0x61, 0xE5CD]
-
code: 0x7FA5
- name: a1
- multi: 0x61,0xE5CE
+ name: Recursion Formula Variable a1
+ multi: [0x61, 0xE5CE]
-
code: 0x7FA6
- name: a2
- multi: 0x61,0xE5CF
+ name: Recursion Formula Variable a2
+ multi: [0x61, 0xE5CF]
-
code: 0x7FA7
- name: bn
- multi: 0x62,0xE5DE
+ name: Recursion Formula Variable bn
+ multi: [0x62, 0xE5DE]
-
code: 0x7FA8
- name: bn+1
- multi: 0x62,0xE5DE,0xE5DB,0xE5CE
+ name: Recursion Formula Variable bn+1
+ multi: [0x62, 0xE5DE, 0xE5DB, 0xE5CE]
-
code: 0x7FA9
- name: bn+2
- multi: 0x62,0xE5DE,0xE5DB,0xE5CF
+ name: Recursion Formula Variable bn+2
+ multi: [0x62, 0xE5DE, 0xE5DB, 0xE5CF]
-
code: 0x7FAA
- name: b0
- multi: 0x62,0xE5CD
+ name: Recursion Formula Variable b0
+ multi: [0x62, 0xE5CD]
-
code: 0x7FAB
- name: b1
- multi: 0x62,0xE5CE
+ name: Recursion Formula Variable b1
+ multi: [0x62, 0xE5CE]
-
code: 0x7FAC
- name: b2
- multi: 0x62,0xE5CF
+ name: Recursion Formula Variable b2
+ multi: [0x62, 0xE5CF]
-
code: 0x7FAD
- name: anStart
- multi: 0x61,0xE5DE,0x53,0x74,0x61,0x72,0x74
+ name: Recursion Formula Origin Setting anStart
+ multi: [0x61, 0xE5DE, 0x53, 0x74, 0x61, 0x72, 0x74]
-
code: 0x7FAE
- name: bnStart
- multi: 0x62,0xE5DE,0x53,0x74,0x61,0x72,0x74
+ name: Recursion Formula Origin Setting bnStart
+ multi: [0x62, 0xE5DE, 0x53, 0x74, 0x61, 0x72, 0x74]
# TODO
-
code: 0x7FB0
- name: And
+ name: Logical And
category: Statement
- multi: 0x20,0x41,0x6E,0x64,0x20
+ multi: [0x20, 0x41, 0x6E, 0x64, 0x20]
-
code: 0x7FB1
- name: Or
+ name: Logical Or
category: Statement
- multi: 0x20,0x4F,0x72,0x20
+ multi: [0x20, 0x4F, 0x72, 0x20]
# TODO
-
code: 0x7FB3
- name: Not
+ name: Logical Not
category: Statement
- multi: 0x4E,0x6F,0x74,0x20
+ multi: [0x4E, 0x6F, 0x74, 0x20]
-
code: 0x7FB4
- name: Xor
+ name: Logical Exclusive Or
category: Statement
set: CASIOWIN_2.00
- multi: 0x20,0x58,0x6F,0x72,0x20
+ multi: [0x20, 0x58, 0x6F, 0x72, 0x20]
-
code: 0x7FB5
- name: Sigma an+1
+ name: PlotPhase Function Setting Sigma an+1
set: CASIOWIN_2.00
- multi: 0xE551,0x61,0xE5DE,0xE5DB,0xE5CE
+ multi: [0xE551, 0x61, 0xE5DE, 0xE5DB, 0xE5CE]
-
code: 0x7FB6
- name: Sigma bn+1
+ name: PlotPhase Function Setting Sigma bn+1
set: CASIOWIN_2.00
- multi: 0xE551,0x62,0xE5DE,0xE5DB,0xE5CE
+ multi: [0xE551, 0x62, 0xE5DE, 0xE5DB, 0xE5CE]
-
code: 0x7FB7
- name: Sigma cn+1
+ name: PlotPhase Function Setting Sigma cn+1
set: CASIOWIN_2.00
- multi: 0xE551,0x63,0xE5DE,0xE5DB,0xE5CE
+ multi: [0xE551, 0x63, 0xE5DE, 0xE5DB, 0xE5CE]
# TODO
-
code: 0x7FB9
- name: Sigma an+2
+ name: PlotPhase Function Setting Sigma an+2
set: CASIOWIN_2.00
- multi: 0xE551,0x61,0xE5DE,0xE5DB,0xE5CF
+ multi: [0xE551, 0x61, 0xE5DE, 0xE5DB, 0xE5CF]
-
code: 0x7FBA
- name: Sigma bn+2
+ name: PlotPhase Function Setting Sigma bn+2
set: CASIOWIN_2.00
- multi: 0xE551,0x62,0xE5DE,0xE5DB,0xE5CF
+ multi: [0xE551, 0x62, 0xE5DE, 0xE5DB, 0xE5CF]
-
code: 0x7FBB
- name: Sigma cn+2
+ name: PlotPhase Function Setting Sigma cn+2
set: CASIOWIN_2.00
- multi: 0xE551,0x63,0xE5DE,0xE5DB,0xE5CF
+ multi: [0xE551, 0x63, 0xE5DE, 0xE5DB, 0xE5CF]
-
code: 0x7FBC
- name: Int/
+ name: Integer Division Quotient
+ category: Statement
set: CASIOWIN_2.00
- multi: 0x20,0x49,0x6E,0x74,0xB9,0x20
+ multi: [0x20, 0x49, 0x6E, 0x74, 0xB9, 0x20]
-
code: 0x7FBD
- name: Rmdr
+ name: Integer Division Remainder
+ category: Statement
set: CASIOWIN_2.00
- multi: 0x20,0x52,0x6D,0x64,0x72,0x20
+ multi: [0x20, 0x52, 0x6D, 0x64, 0x72, 0x20]
-
code: 0x7FBE
- name: Fa
+ name: Statistical Data Factor A F Value
set: CASIOWIN_2.00
- multi: 0x46,0x61
+ multi: [0x46, 0x61]
# TODO
-
code: 0x7FC0
- name: n1
- multi: 0x6E,0x31
+ name: Statistical Data Size Of Sample 1
+ multi: [0x6E, 0x31]
-
code: 0x7FC1
- name: n2
- multi: 0x6E,0x32
+ name: Statistical Data Size of Sample 2
+ multi: [0x6E, 0x32]
-
code: 0x7FC2
- name: x with overline 1
- multi: 0xC2,0x31
+ name: Statistical Data Mean Of Sample 1
+ multi: [0xC2, 0x31]
-
code: 0x7FC3
- name: x with overline 2
- multi: 0xC2,0x32
+ name: Statistical Data Mean Of Sample 2
+ multi: [0xC2, 0x32]
-
code: 0x7FC4
name: f1 rho n_-1
- multi: 0x78,0x31,0xE651,0x6E,0xE5DA
+ multi: [0x78, 0x31, 0xE651, 0x6E, 0xE5DA]
-
code: 0x7FC4
- name: sx1
+ name: Statistical Data Standard Deviation Of Sample 1
set: CASIOWIN_2.00
- multi: 0x73,0x78,0x31
+ multi: [0x73, 0x78, 0x31]
-
code: 0x7FC5
name: f2 rho n_-1
- multi: 0x78,0x32,0xE651,0x6E,0xE5DA
+ multi: [0x78, 0x32, 0xE651, 0x6E, 0xE5DA]
-
code: 0x7FC5
- name: sx2
+ name: Statistical Data Standard Deviation Of Sample 2
set: CASIOWIN_2.00
- multi: 0x73,0x78,0x32
+ multi: [0x73, 0x78, 0x32]
-
code: 0x7FC6
name: fp rho n_-1
- multi: 0x78,0x70,0xE651,0x6E,0xE5DA
+ multi: [0x78, 0x70, 0xE651, 0x6E, 0xE5DA]
-
code: 0x7FC6
- name: sp
+ name: Statistical Data Standard Deviation Of Sample p
set: CASIOWIN_2.00
- multi: 0x73,0x70
+ multi: [0x73, 0x70]
-
code: 0x7FC7
- name: p with circumflex
- unicode: 0x70,0x302
+ name: Statistical Data Estimated Sample Proportion
+ unicode: [0x70, 0x302]
id: p_circumflex
ascii: (p-circumflex)
-
code: 0x7FC8
- name: p̂1
- multi: 0x7FC7,0x31
+ name: Statistical Data Estimated Sample Proportion 1
+ multi: [0x7FC7, 0x31]
-
code: 0x7FC9
- name: p̂2
- multi: 0x7FC7,0x32
+ name: Statistical Data Estimated Sample Proportion 2
+ multi: [0x7FC7, 0x32]
-
code: 0x7FCA
- name: Left
- multi: 0x4C,0x65,0x66,0x74
+ name: Statistical Data Confidence Interval Left Limit
+ multi: [0x4C, 0x65, 0x66, 0x74]
-
code: 0x7FCB
- name: Right
- multi: 0x52,0x69,0x67,0x68,0x74
+ name: Statistical Data Confidence Interval Right Limit
+ multi: [0x52, 0x69, 0x67, 0x68, 0x74]
-
code: 0x7FCC
- name: P/Y
- multi: 0x50,0x2F,0x59
+ name: TVM Number Of Installment Periods Per Year
+ multi: [0x50, 0x2F, 0x59]
-
code: 0x7FCD
- name: C/Y
- multi: 0x43,0x2F,0x59
+ name: TVM Number of Compounding Periods Per Year
+ multi: [0x43, 0x2F, 0x59]
-
code: 0x7FCE
- name: Fb
+ name: Statistical Data Factor B F value
set: CASIOWIN_2.00
- multi: 0x46,0x62
+ multi: [0x46, 0x62]
# TODO
-
code: 0x7FD0
- name: F (?)
- multi: 0x46
+ name: Statistical Data F Value
+ multi: [0x46]
-
code: 0x7FD1
- name: z (?)
- multi: 0x7A
+ name: Statistical Data z Score
+ multi: [0x7A]
-
code: 0x7FD2
- name: p (?)
- multi: 0x70
+ name: Statistical Data p Value
+ multi: [0x70]
-
code: 0x7FD3
- name: t (?)
- multi: 0x74
+ name: Statistical Data t Score
+ multi: [0x74]
-
code: 0x7FD4
name: s
- multi: 0x73
+ multi: [0x73]
-
code: 0x7FD4
- name: se
+ name: Statistical Data Standard Error
set: CASIOWIN_2.00
- multi: 0x73,0x65
+ multi: [0x73, 0x65]
-
code: 0x7FD5
name: x²
- multi: 0xE656,0xE5C2
+ multi: [0xE656, 0xE5C2]
-
code: 0x7FD6
- name: r²
- multi: 0x72,0xE5C2
+ name: Statistical Data Coefficient Of Determination
+ multi: [0x72, 0xE5C2]
-
code: 0x7FD7
- name: Fdf
- multi: 0x46,0x64,0x66
+ name: Statistical Data Factor Degrees of Freedom
+ multi: [0x46, 0x64, 0x66]
-
code: 0x7FD7
- name: Adf
+ name: Statistical Data Factor A Degrees Of Freedom
set: CASIOWIN_2.00
- multi: 0x41,0x64,0x66
+ multi: [0x41, 0x64, 0x66]
-
code: 0x7FD8
- name: Edf
- multi: 0x45,0x64,0x66
+ name: Statistical Data Factor E Degrees Of Freedom
+ multi: [0x45, 0x64, 0x66]
-
code: 0x7FD9
- name: df
- multi: 0x64,0x66
+ name: Statistical Data Degrees Of Freedom
+ multi: [0x64, 0x66]
-
code: 0x7FDA
- name: SS
- multi: 0x53,0x53
+ name: Statistical Data Sum Of Squares
+ multi: [0x53, 0x53]
-
code: 0x7FDA
- name: SSa
+ name: Statistical Data Factor A Sum Of Squares
set: CASIOWIN_2.00
- multi: 0x53,0x53,0x61
+ multi: [0x53, 0x53, 0x61]
-
code: 0x7FDB
- name: MS
- multi: 0x4D,0x53
+ name: Statistical Data Mean Of Squares
+ multi: [0x4D, 0x53]
-
code: 0x7FDB
- name: MSa
+ name: Statistical Data Factor A Mean Of Squares
set: CASIOWIN_2.00
- multi: 0x4D,0x53,0x61
+ multi: [0x4D, 0x53, 0x61]
-
code: 0x7FDC
- name: SSe
- multi: 0x53,0x53,0x65
+ name: Statistical Data Error Sum Of Squares
+ multi: [0x53, 0x53, 0x65]
-
code: 0x7FDD
- name: MSe
- multi: 0x4D,0x53,0x65
+ name: Statistical Data Error Mean Of Squares
+ multi: [0x4D, 0x53, 0x65]
-
code: 0x7FDE
- name: Fab
+ name: Statistical Data Factor AB F Value
set: CASIOWIN_2.00
- multi: 0x46,0x61,0x62
+ multi: [0x46, 0x61, 0x62]
# TODO
-
code: 0x7FE0
- name: Bdf
+ name: Statistical Data Factor B Degrees Of Freedom
set: CASIOWIN_2.00
- multi: 0x42,0x64,0x66
+ multi: [0x42, 0x64, 0x66]
-
code: 0x7FE1
- name: ABdf
+ name: Statistical Data Factor AB Degrees Of Freedom
set: CASIOWIN_2.00
- multi: 0x41,0x42,0x64,0x66
+ multi: [0x41, 0x42, 0x64, 0x66]
-
code: 0x7FE2
- name: pa
+ name: Statistical Data Factor A p-Value
set: CASIOWIN_2.00
- multi: 0x70,0x61
+ multi: [0x70, 0x61]
-
code: 0x7FE3
- name: pb
+ name: Statistical Data Factor B p-Value
set: CASIOWIN_2.00
- multi: 0x70,0x62
+ multi: [0x70, 0x62]
-
code: 0x7FE4
- name: pab
+ name: Statistical Data Factor AB p-Value
set: CASIOWIN_2.00
- multi: 0x70,0x61,0x62
+ multi: [0x70, 0x61, 0x62]
# TODO
-
code: 0x7FE9
- name: CellSum(
- multi: 0x43,0x65,0x6C,0x6C,0x53,0x75,0x6D,0x28
+ name: Spreadsheet Cell Sum
+ category: Function
+ args: [initial cell, end cell]
+ return: The sum of the values in the [initial cell; end cell] range.
+ multi: [0x43, 0x65, 0x6C, 0x6C, 0x53, 0x75, 0x6D, 0x28]
-
code: 0x7FEA
- name: CellProd(
- multi: 0x43,0x65,0x6C,0x6C,0x50,0x72,0x6F,0x64,0x28
+ name: Spreadsheet Cell Product
+ category: Function
+ args: [initial cell, end cell]
+ return: The product of the values in the [initial cell; end cell] range.
+ multi: [0x43, 0x65, 0x6C, 0x6C, 0x50, 0x72, 0x6F, 0x64, 0x28]
-
code: 0x7FEB
- name: CellMin(
- multi: 0x43,0x65,0x6C,0x6C,0x4D,0x69,0x6E,0x28
+ name: Spreadsheet Cell Minimum
+ category: Function
+ args: [initial cell, end cell]
+ return: The minimum value in the [initial cell; end cell] range.
+ multi: [0x43, 0x65, 0x6C, 0x6C, 0x4D, 0x69, 0x6E, 0x28]
-
code: 0x7FEC
- name: CellMax(
- multi: 0x43,0x65,0x6C,0x6C,0x4D,0x61,0x78,0x28
+ name: Spreadsheet Cell Maximum
+ category: Function
+ args: [initial cell, end cell]
+ return: The maximum value in the [initial cell; end cell] range.
+ multi: [0x43, 0x65, 0x6C, 0x6C, 0x4D, 0x61, 0x78, 0x28]
-
code: 0x7FED
- name: CellMean(
- multi: 0x43,0x65,0x6C,0x6C,0x4D,0x65,0x61,0x6E,0x28
+ name: Spreadsheet Cell Average
+ category: Function
+ args: [initial cell, end cell]
+ return: The average value in the [initial cell; end cell] range.
+ multi: [0x43, 0x65, 0x6C, 0x6C, 0x4D, 0x65, 0x61, 0x6E, 0x28]
-
code: 0x7FEE
- name: CellMedian(
- multi: 0x43,0x65,0x6C,0x6C,0x4D,0x65,0x64,0x69,0x61,0x6E,0x28
+ name: Spreadsheet Cell Median
+ category: Function
+ args: [initial cell, end cell]
+ return: The median value in the [initial cell; end cell] range.
+ multi: [0x43, 0x65, 0x6C, 0x6C, 0x4D, 0x65, 0x64, 0x69, 0x61, 0x6E, 0x28]
-
code: 0x7FEF
- name: CellIf(
- multi: 0x43,0x65,0x6C,0x6C,0x49,0x66,0x28
+ name: Spreadsheet Cell Conditional
+ category: Function
+ args: [equation_inequation, expr1, expr2]
+ return: 1 if the (in)equation is true, 2 otherwise.
+ multi: [0x43, 0x65, 0x6C, 0x6C, 0x49, 0x66, 0x28]
-
code: 0x7FF0
- name: Y (?)
- multi: 0xE5B4
+ name: Rectangular Coordinates Graph Y Function Recall
+ multi: [0xE5B4]
-
code: 0x7FF1
- name: r (GRAPH)
- multi: 0xE5B2
+ name: Polar Coordinates Graph r Function Recall
+ multi: [0xE5B2]
-
code: 0x7FF2
- name: Xt
- multi: 0xE5B3,0x74
+ name: Parametric Coordinates Graph X Function Recall
+ multi: [0xE5B3, 0x74]
-
code: 0x7FF3
- name: Yt
- multi: 0xE5B4,0x74
+ name: Parametric Coordinates Graph Y Function Recall
+ multi: [0xE5B4, 0x74]
-
code: 0x7FF4
- name: X (?)
- multi: 0xE5B3
+ name: Rectangular Coordinates Graph X Function Recall
+ multi: [0xE5B3]
-
code: 0x7FF5
name: IsExist(
set: C.Basic
- multi: 0x49,0x73,0x45,0x78,0x69,0x73,0x74,0x28
+ multi: [0x49, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x28]
# TODO
-
code: 0x7FFB
- name: SSb
+ name: Statistical Data Factor B Sum Of Squares
set: CASIOWIN_2.00
- multi: 0x53,0x53,0x62
+ multi: [0x53, 0x53, 0x62]
-
code: 0x7FFC
- name: SSab
+ name: Statistical Data Factor AB Sum Of Squares
set: CASIOWIN_2.00
- multi: 0x53,0x53,0x61,0x62
+ multi: [0x53, 0x53, 0x61, 0x62]
-
code: 0x7FFD
- name: MSb
+ name: Statistical Data Factor B Mean Of Squares
set: CASIOWIN_2.00
- multi: 0x4D,0x53,0x62
+ multi: [0x4D, 0x53, 0x62]
-
code: 0x7FFE
- name: MSab
+ name: Statistical Data Factor AB Mean Of Squares
set: CASIOWIN_2.00
- multi: 0x4D,0x53,0x61,0x62
+ multi: [0x4D, 0x53, 0x61, 0x62]
# TODO: finish here
#******************************************************************************#