@@ -3109,15 +3109,7 @@ public static ExtendedDecimal PI(PrecisionContext ctx) {
31093109
31103110 /**
31113111 * 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.
31213113 * @param places A 32-bit signed integer.
31223114 * @return An ExtendedDecimal object.
31233115 */
@@ -3127,17 +3119,12 @@ public ExtendedDecimal MovePointLeft(int places) {
31273119
31283120 /**
31293121 * 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.
31353124 * @param ctx A precision context to control precision, rounding, and exponent
31363125 * range of the result. If HasFlags of the context is true, will also
31373126 * store the flags resulting from the operation (the flags are in
31383127 * addition to the pre-existing flags). Can be null.
3139- * @param places A 32-bit signed integer.
3140- * @param ctx A PrecisionContext object.
31413128 * @return An ExtendedDecimal object.
31423129 */
31433130 public ExtendedDecimal MovePointLeft (int places , PrecisionContext ctx ) {
@@ -3146,15 +3133,7 @@ public ExtendedDecimal MovePointLeft(int places, PrecisionContext ctx) {
31463133
31473134 /**
31483135 * 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.
31583137 * @param bigPlaces A BigInteger object.
31593138 * @return An ExtendedDecimal object.
31603139 */
@@ -3164,17 +3143,12 @@ public ExtendedDecimal MovePointLeft(BigInteger bigPlaces) {
31643143
31653144 /**
31663145 * 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.
31723148 * @param ctx A precision context to control precision, rounding, and exponent
31733149 * range of the result. If HasFlags of the context is true, will also
31743150 * store the flags resulting from the operation (the flags are in
31753151 * addition to the pre-existing flags). Can be null.
3176- * @param bigPlaces A BigInteger object.
3177- * @param ctx A PrecisionContext object.
31783152 * @return An ExtendedDecimal object.
31793153 */
31803154 public ExtendedDecimal MovePointLeft (
@@ -3201,7 +3175,10 @@ public ExtendedDecimal MovePointRight(int places) {
32013175 * Returns a number similar to this number but with the decimal point moved to
32023176 * the right.
32033177 * @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.
32053182 * @return An ExtendedDecimal object.
32063183 */
32073184 public ExtendedDecimal MovePointRight (int places , PrecisionContext ctx ) {
@@ -3210,15 +3187,7 @@ public ExtendedDecimal MovePointRight(int places, PrecisionContext ctx) {
32103187
32113188 /**
32123189 * 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.
32223191 * @param bigPlaces A BigInteger object.
32233192 * @return An ExtendedDecimal object.
32243193 */
@@ -3230,7 +3199,10 @@ public ExtendedDecimal MovePointRight(BigInteger bigPlaces) {
32303199 * Returns a number similar to this number but with the decimal point moved to
32313200 * the right.
32323201 * @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.
32343206 * @return A number whose scale is increased by {@code bigPlaces} , but not to
32353207 * more than 0.
32363208 */
@@ -3272,23 +3244,18 @@ public ExtendedDecimal ScaleByPowerOfTen(int places) {
32723244 /**
32733245 * Returns a number similar to this number but with the scale adjusted.
32743246 * @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.
32763251 * @return An ExtendedDecimal object.
32773252 */
32783253 public ExtendedDecimal ScaleByPowerOfTen (int places , PrecisionContext ctx ) {
32793254 return this .ScaleByPowerOfTen (BigInteger .valueOf (places ), ctx );
32803255 }
32813256
32823257 /**
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.
32923259 * @param bigPlaces A BigInteger object.
32933260 * @return An ExtendedDecimal object.
32943261 */
@@ -3299,7 +3266,10 @@ public ExtendedDecimal ScaleByPowerOfTen(BigInteger bigPlaces) {
32993266 /**
33003267 * Returns a number similar to this number but with its scale adjusted.
33013268 * @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.
33033273 * @return A number whose scale is increased by {@code bigPlaces} .
33043274 */
33053275 public ExtendedDecimal ScaleByPowerOfTen (
0 commit comments