@@ -3109,15 +3109,7 @@ public static ExtendedDecimal PI(PrecisionContext ctx) {
3109
3109
3110
3110
/**
3111
3111
* Returns a number similar to this number but with the decimal point moved to
3112
- * the right. <param name='ctx'>A precision context to control
3113
- * precision, rounding, and exponent range of the result. If HasFlags of
3114
- * the context is true, will also store the flags resulting from the
3115
- * operation (the flags are in addition to the pre-existing flags). Can
3116
- * be null.</param>
3117
- * @param ctx A precision context to control precision, rounding, and exponent
3118
- * range of the result. If HasFlags of the context is true, will also
3119
- * store the flags resulting from the operation (the flags are in
3120
- * addition to the pre-existing flags). Can be null.
3112
+ * the right.
3121
3113
* @param places A 32-bit signed integer.
3122
3114
* @return An ExtendedDecimal object.
3123
3115
*/
@@ -3127,17 +3119,12 @@ public ExtendedDecimal MovePointLeft(int places) {
3127
3119
3128
3120
/**
3129
3121
* Returns a number similar to this number but with the decimal point moved to
3130
- * the left. <param name='ctx'>A precision context to control precision,
3131
- * rounding, and exponent range of the result. If HasFlags of the
3132
- * context is true, will also store the flags resulting from the
3133
- * operation (the flags are in addition to the pre-existing flags). Can
3134
- * be null.</param>
3122
+ * the left.
3123
+ * @param places A 32-bit signed integer.
3135
3124
* @param ctx A precision context to control precision, rounding, and exponent
3136
3125
* range of the result. If HasFlags of the context is true, will also
3137
3126
* store the flags resulting from the operation (the flags are in
3138
3127
* addition to the pre-existing flags). Can be null.
3139
- * @param places A 32-bit signed integer.
3140
- * @param ctx A PrecisionContext object.
3141
3128
* @return An ExtendedDecimal object.
3142
3129
*/
3143
3130
public ExtendedDecimal MovePointLeft (int places , PrecisionContext ctx ) {
@@ -3146,15 +3133,7 @@ public ExtendedDecimal MovePointLeft(int places, PrecisionContext ctx) {
3146
3133
3147
3134
/**
3148
3135
* Returns a number similar to this number but with the decimal point moved to
3149
- * the left. <param name='ctx'>A precision context to control precision,
3150
- * rounding, and exponent range of the result. If HasFlags of the
3151
- * context is true, will also store the flags resulting from the
3152
- * operation (the flags are in addition to the pre-existing flags). Can
3153
- * be null.</param>
3154
- * @param ctx A precision context to control precision, rounding, and exponent
3155
- * range of the result. If HasFlags of the context is true, will also
3156
- * store the flags resulting from the operation (the flags are in
3157
- * addition to the pre-existing flags). Can be null.
3136
+ * the left.
3158
3137
* @param bigPlaces A BigInteger object.
3159
3138
* @return An ExtendedDecimal object.
3160
3139
*/
@@ -3164,17 +3143,12 @@ public ExtendedDecimal MovePointLeft(BigInteger bigPlaces) {
3164
3143
3165
3144
/**
3166
3145
* Returns a number similar to this number but with the decimal point moved to
3167
- * the left. <param name='ctx'>A precision context to control precision,
3168
- * rounding, and exponent range of the result. If HasFlags of the
3169
- * context is true, will also store the flags resulting from the
3170
- * operation (the flags are in addition to the pre-existing flags). Can
3171
- * be null.</param>
3146
+ * the left.
3147
+ * @param bigPlaces A BigInteger object.
3172
3148
* @param ctx A precision context to control precision, rounding, and exponent
3173
3149
* range of the result. If HasFlags of the context is true, will also
3174
3150
* store the flags resulting from the operation (the flags are in
3175
3151
* addition to the pre-existing flags). Can be null.
3176
- * @param bigPlaces A BigInteger object.
3177
- * @param ctx A PrecisionContext object.
3178
3152
* @return An ExtendedDecimal object.
3179
3153
*/
3180
3154
public ExtendedDecimal MovePointLeft (
@@ -3201,7 +3175,10 @@ public ExtendedDecimal MovePointRight(int places) {
3201
3175
* Returns a number similar to this number but with the decimal point moved to
3202
3176
* the right.
3203
3177
* @param places A 32-bit signed integer.
3204
- * @param ctx A PrecisionContext object.
3178
+ * @param ctx A precision context to control precision, rounding, and exponent
3179
+ * range of the result. If HasFlags of the context is true, will also
3180
+ * store the flags resulting from the operation (the flags are in
3181
+ * addition to the pre-existing flags). Can be null.
3205
3182
* @return An ExtendedDecimal object.
3206
3183
*/
3207
3184
public ExtendedDecimal MovePointRight (int places , PrecisionContext ctx ) {
@@ -3210,15 +3187,7 @@ public ExtendedDecimal MovePointRight(int places, PrecisionContext ctx) {
3210
3187
3211
3188
/**
3212
3189
* Returns a number similar to this number but with the decimal point moved to
3213
- * the right. <param name='ctx'>A precision context to control
3214
- * precision, rounding, and exponent range of the result. If HasFlags of
3215
- * the context is true, will also store the flags resulting from the
3216
- * operation (the flags are in addition to the pre-existing flags). Can
3217
- * be null.</param>
3218
- * @param ctx A precision context to control precision, rounding, and exponent
3219
- * range of the result. If HasFlags of the context is true, will also
3220
- * store the flags resulting from the operation (the flags are in
3221
- * addition to the pre-existing flags). Can be null.
3190
+ * the right.
3222
3191
* @param bigPlaces A BigInteger object.
3223
3192
* @return An ExtendedDecimal object.
3224
3193
*/
@@ -3230,7 +3199,10 @@ public ExtendedDecimal MovePointRight(BigInteger bigPlaces) {
3230
3199
* Returns a number similar to this number but with the decimal point moved to
3231
3200
* the right.
3232
3201
* @param bigPlaces A BigInteger object.
3233
- * @param ctx A PrecisionContext object.
3202
+ * @param ctx A precision context to control precision, rounding, and exponent
3203
+ * range of the result. If HasFlags of the context is true, will also
3204
+ * store the flags resulting from the operation (the flags are in
3205
+ * addition to the pre-existing flags). Can be null.
3234
3206
* @return A number whose scale is increased by {@code bigPlaces} , but not to
3235
3207
* more than 0.
3236
3208
*/
@@ -3272,23 +3244,18 @@ public ExtendedDecimal ScaleByPowerOfTen(int places) {
3272
3244
/**
3273
3245
* Returns a number similar to this number but with the scale adjusted.
3274
3246
* @param places A 32-bit signed integer.
3275
- * @param ctx A PrecisionContext object.
3247
+ * @param ctx A precision context to control precision, rounding, and exponent
3248
+ * range of the result. If HasFlags of the context is true, will also
3249
+ * store the flags resulting from the operation (the flags are in
3250
+ * addition to the pre-existing flags). Can be null.
3276
3251
* @return An ExtendedDecimal object.
3277
3252
*/
3278
3253
public ExtendedDecimal ScaleByPowerOfTen (int places , PrecisionContext ctx ) {
3279
3254
return this .ScaleByPowerOfTen (BigInteger .valueOf (places ), ctx );
3280
3255
}
3281
3256
3282
3257
/**
3283
- * Returns a number similar to this number but with the scale adjusted. <param
3284
- * name='ctx'>A precision context to control precision, rounding, and
3285
- * exponent range of the result. If HasFlags of the context is true,
3286
- * will also store the flags resulting from the operation (the flags are
3287
- * in addition to the pre-existing flags). Can be null.</param>
3288
- * @param ctx A precision context to control precision, rounding, and exponent
3289
- * range of the result. If HasFlags of the context is true, will also
3290
- * store the flags resulting from the operation (the flags are in
3291
- * addition to the pre-existing flags). Can be null.
3258
+ * Returns a number similar to this number but with the scale adjusted.
3292
3259
* @param bigPlaces A BigInteger object.
3293
3260
* @return An ExtendedDecimal object.
3294
3261
*/
@@ -3299,7 +3266,10 @@ public ExtendedDecimal ScaleByPowerOfTen(BigInteger bigPlaces) {
3299
3266
/**
3300
3267
* Returns a number similar to this number but with its scale adjusted.
3301
3268
* @param bigPlaces A BigInteger object.
3302
- * @param ctx A PrecisionContext object.
3269
+ * @param ctx A precision context to control precision, rounding, and exponent
3270
+ * range of the result. If HasFlags of the context is true, will also
3271
+ * store the flags resulting from the operation (the flags are in
3272
+ * addition to the pre-existing flags). Can be null.
3303
3273
* @return A number whose scale is increased by {@code bigPlaces} .
3304
3274
*/
3305
3275
public ExtendedDecimal ScaleByPowerOfTen (
0 commit comments