Vyxapedia

Element - ǐ - Prime factors

Characters: ǐ


Description

all prime factors / Title Case string


Overloads

  • num - prime_factors(a) (prime factors possibly with repetition)
  • str - title_case(a)

Examples

  • 45 ǐ = ⟨3|3|5⟩
  • `abc def` ǐ = `Abc Def`