src/cplib/math/primefactor

  Source   Edit

Procs

proc primefactor(n: int; sorted: bool = true): seq[int] {....raises: [], tags: [].}
  Source   Edit
proc primefactor_table(n: int): Table[int, int] {....raises: [KeyError], tags: [].}
  Source   Edit
proc primefactor_tuple(n: int): seq[(int, int)] {....raises: [], tags: [].}
  Source   Edit