Query: factor
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FACTOR(1) General Commands Manual FACTOR(1)NAMEfactor - factor an integer less than 2**31SYNOPSISfactor numberEXAMPLESfactor 450180 # Print the prime factors of 450180DESCRIPTIONFactor prints the prime factors of its argument in increasing order. Each factor is printed as many times as it appears in the number. FACTOR(1)