Vyxapedia

Element - - MultiCommand

Characters:


Description

Logarithm / Repeat Character / Capitalisation transfer


Overloads

  • num-num - log_a(b)
  • num-str - [char * a for char in b]
  • str-num - [char * b for char in a]
  • str-str - a.with_capitalisation_of(b)
  • lst-lst - a molded to the shape of b

Examples

  • 8 2 • = 3
  • `abcde` 4 • = `aaaabbbbccccddddeeee`
  • `abcde` `FgHIj` • = `AbCDe`
  • ⟨1|2|3|4|5|6|7⟩ ⟨⟨8|9⟩|10|11|12|⟨13|14⟩⟩ • = ⟨⟨1|2⟩|3|4|5|⟨6|7⟩⟩
  • ⟨1|2|3⟩ ⟨⟨4⟩|⟨⟩|⟨6⟩⟩ • = ⟨⟨1⟩|⟨⟩|⟨2⟩⟩
  • ⟨1|2|3⟩ ⟨4|5|6|7|8|9|10⟩ • = ⟨1|2|3|1|2|3|1⟩