Difference between revisions of "Z3Commands"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Commands= | =Commands= | ||
=List of Operators= | =List of Operators= | ||
− | + | <pre> | |
+, -, *, /, ^, % - Arithmetic Operators | +, -, *, /, ^, % - Arithmetic Operators | ||
| | - Array Function and Creation Operator | | | - Array Function and Creation Operator | ||
Line 9: | Line 9: | ||
# - Series or Special Case Qualifier for Dates, Calci Cells, and Sequences, etc. | # - Series or Special Case Qualifier for Dates, Calci Cells, and Sequences, etc. | ||
<<< - Member or Variable Assignment | <<< - Member or Variable Assignment | ||
+ | <> - Unit Conversion | ||
+ | <+> - Unit Addition | ||
+ | <-> - Unit Substraction | ||
+ | <*> - Unit Multiplication | ||
+ | </> - Unit Division | ||
() - Function Call | () - Function Call | ||
[] - Set Creation | [] - Set Creation | ||
Line 22: | Line 27: | ||
:: - If | :: - If | ||
::: - switch | ::: - switch | ||
+ | </pre> | ||
=Short Cut Keys= | =Short Cut Keys= | ||
CTRL+G - to convert into Greek Code | CTRL+G - to convert into Greek Code | ||
CTRL+U - Converts SIGMA to Σ | CTRL+U - Converts SIGMA to Σ | ||
− | SHIFT+ | + | SHIFT+ENTER- Gives Parameter Expansion |
− | SHIFT | + | Double tap SHIFT - Toggle Capital and Small Letter [Ex: Convert FRACTAL to fractal and vice verse] |
+ | CTRL+SPACE - Function Listing | ||
=Reference Links= | =Reference Links= | ||
[http://wiki.zcubes.com/Manuals/calci/ALL Calci Functions] | [http://wiki.zcubes.com/Manuals/calci/ALL Calci Functions] | ||
[http://wiki.zcubes.com/Z_API_Functions Z3 Functions] | [http://wiki.zcubes.com/Z_API_Functions Z3 Functions] |
Latest revision as of 06:07, 28 September 2016
Commands
List of Operators
+, -, *, /, ^, % - Arithmetic Operators | | - Array Function and Creation Operator .. - Arithmetic and Geometric Series Creation ... - Arithmetic and Geometric Series Creation @ - apply to # - Series or Special Case Qualifier for Dates, Calci Cells, and Sequences, etc. <<< - Member or Variable Assignment <> - Unit Conversion <+> - Unit Addition <-> - Unit Substraction <*> - Unit Multiplication </> - Unit Division () - Function Call [] - Set Creation - Object Set - Set Object Membership . - Member Function Dereferencing. . mf - Member Function .$ mf(function, parameters) - Element-wise Function Application .$$ mf (special – Row-wise Function Application .$$$ mf (special) – Column-wise Function Application .$_ mf (special) - Cumulative Function Application (all) :: - If ::: - switch
Short Cut Keys
CTRL+G - to convert into Greek Code CTRL+U - Converts SIGMA to Σ SHIFT+ENTER- Gives Parameter Expansion Double tap SHIFT - Toggle Capital and Small Letter [Ex: Convert FRACTAL to fractal and vice verse] CTRL+SPACE - Function Listing
Reference Links
Calci Functions Z3 Functions