Help / Release / J 7.01 / ^ Improved

From J Wiki
Jump to navigation Jump to search


>> << Pri JfC LJ Phr Dic Voc !: Rel NuVoc wd Help Release



^ Improved

initial writing: 2009-05-21
last updated: 2009-05-25


x^y for complex x and integer y is now computed by repeated squaring. For general y the result is computed by ^y*^.x as before. For example:

   0j1 ^ i.5 4
1 0j1 _1 0j_1
1 0j1 _1 0j_1
1 0j1 _1 0j_1
1 0j1 _1 0j_1
1 0j1 _1 0j_1




>> << Pri JfC LJ Phr Dic Voc !: Rel NuVoc wd Help Release