one fable-low hijack cell
pair factor / j
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked factor (first-offered)
· classifierA
· tiernone
response (200 chars)
**J**
```j
q: 60
2 2 3 5
```
In J, the primitive `q:` gives the prime factorization of a number. For example, `q: 360` yields `2 2 2 3 3 5`.
Related forms:
- `__ q: n` — gives exponents of all prim
neighbors