DoubleImplicit
Extension class for Double. This is created as a separate class to keep down the size of the package object.
Attributes
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Alternative modulo or remainder operator that gives a positive modulus remainders for negative numbers. So -1 %% 3 == 2. -7 %% 4 == 1.
Alternative modulo or remainder operator that gives a positive modulus remainders for negative numbers. So -1 %% 3 == 2. -7 %% 4 == 1.
Attributes
newV = ((v - l) %% (2 * l)) + l. Alternative modulo or remainder operation that performs a modulus with a divisor twice the limit value but where values of between one limit value and 2 limit values are expressed as negatives.
newV = ((v - l) %% (2 * l)) + l. Alternative modulo or remainder operation that performs a modulus with a divisor twice the limit value but where values of between one limit value and 2 limit values are expressed as negatives.
Attributes
if this outside the range minus to plus operand
if this outside the range minus to plus operand
Attributes
If this between plus and minus the operand
If this between plus and minus the operand
Attributes
The cosine of this Double expressed in radians.
The cosine of this Double expressed in radians.
Attributes
Returns the cube of this Double, raises it to the power 3.
Returns the cube of this Double, raises it to the power 3.
Attributes
Takes this Double as a value in arc degrees and converts it to a value of arc seconds.
Takes this Double as a value in arc degrees and converts it to a value of arc seconds.
Attributes
Takes this Double as a value in arc degrees and converts it to a value of radians.
Takes this Double as a value in arc degrees and converts it to a value of radians.
Attributes
Takes this Double as a value in arc degrees and converts it to a value of arc seconds.
Takes this Double as a value in arc degrees and converts it to a value of arc seconds.
Attributes
Method to be removed, prefer kMetres.
Method to be removed, prefer kMetres.
Attributes
Takes this Double as a value in arc seconds and converts it to a value of arc degrees.
Takes this Double as a value in arc seconds and converts it to a value of arc degrees.
Attributes
Takes this Double as a value in thousands of an arc second and converts it to a value expressed in radians.
Takes this Double as a value in thousands of an arc second and converts it to a value expressed in radians.
Attributes
Takes this Double as a value in radians and converts it to a value of arc degrees.
Takes this Double as a value in radians and converts it to a value of arc degrees.
Attributes
Takes this Double as a value in radians and converts it to a value of arc seconds.
Takes this Double as a value in radians and converts it to a value of arc seconds.
Attributes
Takes this Double as a value in radians and converts it to a value of arc seconds.
Takes this Double as a value in radians and converts it to a value of arc seconds.
Attributes
Takes this Double as a value in arc seconds and converts it to a value of arc degrees.
Takes this Double as a value in arc seconds and converts it to a value of arc degrees.
Attributes
Takes this Double as a value in arc seconds and converts it to a value of radians.
Takes this Double as a value in arc seconds and converts it to a value of radians.
Attributes
The sine of this Double expressed in radians.
The sine of this Double expressed in radians.
Attributes
Returns the square root of this Double.
Returns the square root of this Double.
Attributes
Returns the square of this Double, raises it to the power 2.
Returns the square of this Double, raises it to the power 2.
Attributes
Probably good to get rid of this.
Probably good to get rid of this.