manual:chapter6:constants:cmd_iconst

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
manual:chapter6:constants:cmd_iconst [2019/10/20 05:28]
jojo1973
manual:chapter6:constants:cmd_iconst [2021/09/19 13:55]
jojo1973 Redone
Line 1: Line 1:
 ==== i ==== ==== i ====
----- 
 <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> <callout type="primary" color="" icon="fa fa-book" title="Synopsis">
 ---- ----
Line 9: Line 8:
 ---- ----
 ^  __Input Stack__  ^  ^  __Output Stack__  ^ ^  __Input Stack__  ^  ^  __Output Stack__  ^
-|  |  **→**  |  **i**  |+ ****   **→**  |  **C<sub>i</sub>**  |
 |  //Level 1//  |  //→//  |  //Level 1//  | |  //Level 1//  |  //→//  |  //Level 1//  |
  
 {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
  
-|**Type**| [[manual:chapter5:basics#analytic-functions|Analytic Function]]  || +| **Keyword type**  | [[manual:chapter5:basics#analytic-functions|Analytic Function]]  || 
-|**Parallel list processing**| [[manual:chapter5:listproc#group-1commands-that-cannot-parallel-process|Group 1]]  ||  +| **Parallel list processing capabilities**  | [[manual:chapter5:listproc#group-1commands-that-cannot-parallel-process|Group 1]]  | //Commands that cannot parallel process//  
-|**Affected by flags**| None  ||+| **Affected by flags**  //None//  || 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 </callout> </callout>
  
Line 23: Line 36:
 The ''i'' function pushes on the stack a symbolic representation of the imaginary unit $i=\sqrt{-1}$. The ''i'' function pushes on the stack a symbolic representation of the imaginary unit $i=\sqrt{-1}$.
  
-Application of the ''[[manual:chapter6:operators:cmd_ovr_num|→NUM]]'' operator returns the complex number ''(0, 1)'' in rectangular format.+Application of the ''[[manual:chapter6:operators:cmd_ovr_num|→NUM]]'' operator returns the complex number ''(0,1)'' in rectangular format.
 </callout> </callout>
  
 <callout type="success" icon="true" title="Compatibility"> <callout type="success" icon="true" title="Compatibility">
 ---- ----
-This command is fully compatible with userRPL.+''i'' is fully equivalent to its **userRPL** counterpart.
 </callout> </callout>
  
 <callout type="info" icon="true" title="Usage"> <callout type="info" icon="true" title="Usage">
 ---- ----
-The following program+**__Input__**
 <code> <code>
 « 6 SETPREC « 6 SETPREC
Line 40: Line 53:
 » »
 </code> </code>
-will result in+\\ 
 +**__Output__**
 <code> <code>
-2:                             +4:                                       
-1:                         (0,1) +3:                                       
-……………………………………………………………………………………+2:                                     
 +1:                                 (0,1) 
 +………………………………………………………………………………………………………… 
 +                                        
 </code> </code>
 </callout> </callout>
Line 52: Line 69:
 {{page>manual:chapter6:constants&nofooter&noeditbtn&inline}} {{page>manual:chapter6:constants&nofooter&noeditbtn&inline}}
 </callout> </callout>
 +
  • manual/chapter6/constants/cmd_iconst.txt
  • Last modified: 2021/09/19 15:08
  • by jojo1973