Package cern.colt.matrix.impl
Interface Former
public interface Former
Formats a double into a string (like sprintf in C).
- Version:
- 1.0, 21/07/00
- See Also:
-
Method Summary
-
Method Details
-
form
Formats a double into a string (like sprintf in C).- Parameters:
x
- the number to format- Returns:
- the formatted string
- Throws:
IllegalArgumentException
- if bad argument
-