SmoothFactor |
Syntax |
SmoothFactor(N:INT, MaxP:INT):RECORD[LIST of INT, INT] |
Description |
Example |
/**/ SmoothFactor(100,3); Record[Exponents := [2], Factors := [2], RemainingFactor := 25] /**/ SmoothFactor(123456789,3700); Record[Exponents := [2, 1], Factors := [3, 3607], RemainingFactor := 3803] |
See Also |