You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bugfix für kleine Zahlen in der IEEE-Norm
- Fehlermeldung hinzugefügt, wenn der Exponent der IEEE-Norm zu groß oder zu klein ist (beim Umwandeln von dezimal nach IEEE)
* @throws NumberFormatException wenn der Parameter {@code value} keine Zahl zur Basis {@code base} ist
264
291
* @throws IllegalArgumentException wenn {@code value} ein leerer String ist oder wenn {@code basis} den Wertebereich [2, 36] verl\u00E4sst   -   <b>see</b> {@link isValueToBase(int base, String value)}
265
292
* @throws NumberOverflowException wenn der ganzzahlige Wert von {@code value} gr\u00F6\u00DFer oder kleiner ist als +/- {@link Long#MAX_VALUE}
293
+
*
294
+
* @version 1.0.2
266
295
*/
267
296
/* <!-- $LANGUAGE=EN -->
268
297
* Converts the submitted number {@code value} of any base {@code base} into a number of the decimal system as string representation.
* @throws NumberFormatException if the parameter {@code value} is not a number of base {@code base}
278
307
* @throws IllegalArgumentException if {@code value} is an empty string or {@code basis} leaves the range of value [2, 36]   -   <b>see</b> {@link isValueToBase(int base, String value)}
279
308
* @throws NumberOverflowException if integer part of {@code value} is greater or less +/- {@link Long#MAX_VALUE}
0 commit comments