<< disprog Other dwindow >>

Time Frequency Toolbox >> Time Frequency Toolbox > Other > divider

divider

Find dividers of an integer.

Calling Sequence

[N,M]=divider(N1)

Description

find two integers N and M such that M*N=N1 and M and N as close as possible from sqrt(N1).

Examples

N1=258; [N,M]=divider(N1)

Authors

<< disprog Other dwindow >>