public Duration divide (double n)

Divide this instance by a number to return a new Duration instance. If the called Duration instance is INDEFINITE, return INDEFINITE. If the called Duration instance is UNKNOWN, return UNKNOWN. This method does not change the value of the called Duration instance.

Parameters:
n    the amount to divide by in fractional milliseconds

Returns:  the result of dividing this duration with n. This is the same as millis / n using double arithmetic