Difference between revisions of "Manuals/calci/NEWCALCI"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''NEWCALCI (Array)'''</div><br/> *<math>Array</math> is any set of values. ==Description== *This function shows the given set of values in new sh...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
==Example== | ==Example== | ||
# NEWCALCI([[1,2,3],[-6,-4],[10.3,76.2,-8/9]]) | # NEWCALCI([[1,2,3],[-6,-4],[10.3,76.2,-8/9]]) | ||
+ | [[File:New_Calci_Result.png ]] | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/INT| INT]] | ||
+ | |||
+ | *[[Manuals/calci/MAKEFRACTION| MAKEFRACTION]] | ||
+ | |||
+ | ==References== | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 17:30, 23 August 2017
NEWCALCI (Array)
- is any set of values.
Description
- This function shows the given set of values in new sheet.
- In NEWCALCI (Array),Array values can be any set of values.
- The given array values will display in the new Calci sheet.
Example
- NEWCALCI([[1,2,3],[-6,-4],[10.3,76.2,-8/9]])