-
JSci.maths.Complex.divide()
-
ai.domain.interval.IntervalExpressionSemantics.divide()
-
ariba.util.core.ArithmeticOperations.divide()
-
ca.eandb.jmist.framework.color.Color.divide()
Divides this color by another.
-
ca.eandb.jmist.math.Vector3.divide()
Computes this vector scaled by the reciprocal of a constant factor. Equivalent to {@code this.times(1.0 / c).}
@param c The factor to divide this vector by.
@return The vector scaled by 1.0 / c.
@see #times(double)
-
calculator.CalculatorService.divide()
-
calculator.dosgi.CalculatorService.divide()
-
cc.redberry.core.number.Complex.divide()
cm.org/10.1145/1039813.1039814"> prescaling of operands to limit the effects of overflows and underflows in the computation.
{@code Infinite} and {@code NaN} values are handled according to the following rules, applied in the order presented:
- If either {@code this} or {@code divisor} has a {@code NaN} value in either part, {@link #ComplexNaN} isreturned.
- If {@code divisor} equals {@link #ZERO}, {@link #ComplexNaN} is returned.
- If {@code this} and {@code divisor} are both infinite, {@link #ComplexNaN} is returned.
- If {@code this} is finite(i.e., has no {@code Infinite} or {@code NaN} parts) and {@code divisor} is infinite (one or both partsinfinite), {@link #ZERO} is returned.
- If {@code this} is infinite and {@code divisor} is finite, {@code NaN} values are returned in the parts of the result if the {@link java.lang.Double} rules applied to thedefinitional formula force {@code NaN} results.
@param divisor Value by which this {@code Complex} is to be divided.
@return {@code this / divisor}.
@throws NullArgumentException if {@code divisor} is {@code null}.
-
cc.redberry.core.tensor.TensorNumber.divide()
Divides this number on specified number.
@param t specified number to divide this
@throws ArithmeticException if t is zero
-
com.CompPad.model.ComplexAmount.divide()
-
com.arcmind.jsfquickstart.model.Calculator.divide()
-
com.ibm.icu.math.BigDecimal.divide()
Returns a plain
BigDecimal
whose value is
this/rhs
, using fixed point arithmetic.
The same as {@link #divide(BigDecimal,int)}, where the BigDecimal
is rhs
, and the rounding mode is {@link MathContext#ROUND_HALF_UP}. The length of the decimal part (the scale) of the result will be the same as the scale of the current object, if the latter were formatted without exponential notation.
@param rhs The BigDecimal
for the right hand side ofthe division.
@return A plain BigDecimal
whose value isthis/rhs
, using fixed point arithmetic.
@throws ArithmeticException if rhs
is zero.
@stable ICU 2.0
-
com.jme.math.Vector3f.divide()
-
com.opengamma.timeseries.date.localdate.LocalDateDoubleTimeSeries.divide()
-
com.sk89q.worldedit.Vector.divide()
Divide this vector by another vector on each component.
@param other the other vector
@return a new vector
-
com.sk89q.worldedit.Vector2D.divide()
Divide this vector by another vector on each component.
@param other the other vector
@return a new vector
-
de.abg.jreichert.junit4runner.Divider.divide()
-
de.jungblut.math.DoubleMatrix.divide()
-
de.jungblut.math.DoubleVector.divide()
-
de.jungblut.math.dense.DenseDoubleVector.divide()
-
de.tuhrig.thofu.types.LObject.divide()
Basic arithmetic operation. A subtype can override this method if suitable. If not, the standard implementation will throw a LException.
@param object to operate
@return result depending on the subtype implementation
-
edu.cmu.sphinx.fst.semiring.Semiring.divide()
Semiring's divide operation
-
engine.geometry.Vector.divide()
-
erjang.ENumber.divide()
-
gov.nasa.worldwind.geom.Angle.divide()
Divides this angle by another angle. This angle remains unchanged, instead the resulting value in degrees is returned.
@param angle the angle by which to divide.
@return this angle's degrees divided by angle's degrees.
@throws IllegalArgumentException if angle is null.
-
java.math.BigDecimal.divide()
Returns a {@code BigDecimal} whose value is {@code (this /divisor)}, with rounding according to the context settings.
@param divisor value by which this {@code BigDecimal} is to be divided.
@param mc the context to use.
@return {@code this / divisor}, rounded as necessary.
@throws ArithmeticException if the result is inexact but therounding mode is {@code UNNECESSARY} or {@code mc.precision == 0} and the quotient has a non-terminating decimal expansion.
@since 1.5
-
java.math.BigInteger.divide()
Returns a BigInteger whose value is {@code (this / val)}.
@param val value by which this BigInteger is to be divided.
@return {@code this / val}
@throws ArithmeticException {@code val==0}
-
jmathexpr.arithmetic.ANumber.divide()
-
jscicalc.complex.Complex.divide()
Divide this by a complex number.
@param complex The divisor.
@return The result of this divided by complex
-
jscicalc.expression.Product.divide()
Divide this by a Complex.
@param z The complex to divide by
@return The product
-
kodkod.ast.IntExpression.divide()
Returns an IntExpression that represents the quotient of the division between this and the given int node. The effect of this method is the same as calling this.compose(DIVIDE, intExpr).
@return this.compose(DIVIDE, intExpr)
-
lipstone.joshua.parser.types.BigDec.divide()
Divides this BigDec by number. Equivalent to this / number.
@param number the BigDec to divide by
@return this / number
@throws UndefinedResultException
-
mikera.arrayz.INDArray.divide()
Divides all elements in place by the equivalent elements in a second array
-
mikera.vectorz.AVector.divide()
-
net.sourceforge.processdash.util.DataPair.divide()
-
org.apache.commons.math3.analysis.differentiation.DerivativeStructure.divide()
{@inheritDoc}
@since 3.2
-
org.apache.commons.math3.complex.Complex.divide()
cm.org/10.1145/1039813.1039814"> prescaling of operands to limit the effects of overflows and underflows in the computation.
{@code Infinite} and {@code NaN} values are handled according to thefollowing rules, applied in the order presented:
- If either {@code this} or {@code divisor} has a {@code NaN} valuein either part, {@link #NaN} is returned.
- If {@code divisor} equals {@link #ZERO}, {@link #NaN} is returned.
- If {@code this} and {@code divisor} are both infinite,{@link #NaN} is returned.
- If {@code this} is finite (i.e., has no {@code Infinite} or{@code NaN} parts) and {@code divisor} is infinite (one or both partsinfinite), {@link #ZERO} is returned.
- If {@code this} is infinite and {@code divisor} is finite,{@code NaN} values are returned in the parts of the result if the{@link java.lang.Double} rules applied to the definitional formulaforce {@code NaN} results.
@param divisor Value by which this {@code Complex} is to be divided.
@return {@code this / divisor}.
@throws NullArgumentException if {@code divisor} is {@code null}.
-
org.apache.examples.Calculator.divide()
-
org.apache.hama.commons.math.DoubleMatrix.divide()
Validates and divides each element in a column by the related element in the given vector.
@param vec
@return
-
org.apache.mahout.math.DenseVector.divide()
-
org.apache.mahout.math.Matrix.divide()
Return a new matrix containing the values of the recipient divided by the argument
@param x a double value
@return a new Matrix
-
org.apache.mahout.math.Vector.divide()
Return a new matrix containing the values of the recipient divided by the argument
@param x a double value
@return a new Vector
-
org.apache.mahout.matrix.DenseVector.divide()
-
org.apache.mahout.matrix.Vector.divide()
Return a new matrix containing the values of the recipient divided by the argument
@param x a double value
@return a new Vector
-
org.apache.sis.internal.util.DoubleDouble.divide()
Divides this {@code DoubleDouble} by an other double-double value.This is a convenience method for: {@preformat javadivide(other.value, other.error);}
@param other The other value to by which to divide this value.
-
org.cmj.flowy.simulation.math.Vector2.divide()
Returns a new Vector which is the result of dividing the supplied vector by the scalar.
@param vector Vector to be divided
@param scale The scalar by which the vector is to be divided.
@return New vector which is a result of the division.
-
org.drools.planner.benchmark.core.measurement.ScoreDifferencePercentage.divide()
-
org.earth3d.jearth.math.Point3D.divide()
-
org.ejml.simple.SimpleMatrix.divide()
-
org.h2.value.ValueTime.divide()
-
org.hsqldb.types.Type.divide()
-
org.jamesii.core.math.complex.ComplexArray1D.divide()
Divides two numbers, taken from the array.
@param result The index to write the result to.
@param op1 The index of the dividend.
@param op2 The index of the divisor.
-
org.jboss.tutorial.security.bean.Calculator.divide()
-
org.jboss.tutorial.ssl.bean.Calculator.divide()
-
org.olat.ims.qti.container.Variable.divide()
-
org.openfaces.component.table.OrdinalType.divide()
Divides the specified custom-typed value by the double value, and returns the result as the same custom-typed value.
-
org.opengis.filter.FilterFactory2.divide()
-
org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage.divide()
-
org.terasology.math.Vector3i.divide()
divide
divides the values of this vector by a scalar.
@param scalar the value to divide this vectors attributes by.
-
ptolemy.data.ScalarToken.divide()
Return a new token whose value is the value of this token divided by the value of the argument token. Type conversion also occurs here, so that the operation is performed at the least type necessary to ensure precision. The returned type is the same as the type chosen for the operation, which is the higher of the type of this token and the argument type. The returned token will also have the correct units. Subclasses should implement the protected _divide() method to perform the correct type-specific operation.
@param rightArgument The token to divide into this token.
@return A new token containing the result.
@exception IllegalActionException If the argument token andthis token are of incomparable types, or the operation does not make sense for the given types.
-
ptolemy.data.Token.divide()
Return a new token whose value is the value of this token divided by the value of the argument token.
@param rightArgument The token to divide into this token.
@return A new token containing the result.If either this token or the argument token is a nil token, then {@link #NIL} is returned.
@exception IllegalActionException If the argument token andthis token are of incomparable types, or the operation does not make sense for the given types.
-
sk.fiit.jim.math.Vector3D.divide()