object BinaryOp extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BinaryOp
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Absdif extends Op with Product with Serializable
- object Amclip extends Op with Product with Serializable
- object Atan2 extends Op with Product with Serializable
- object BitAnd extends Op with Product with Serializable
- object BitOr extends Op with Product with Serializable
- object BitXor extends Op with Product with Serializable
- object Clip2 extends Op with Product with Serializable
- object Difsqr extends Op with Product with Serializable
- object Div extends Op with Product with Serializable
- object Eq extends Op with Product with Serializable
- object Excess extends Op with Product with Serializable
- object Fold2 extends Op with Product with Serializable
- object Geq extends Op with Product with Serializable
- object Gt extends Op with Product with Serializable
- object Hypot extends Op with Product with Serializable
- object Hypotx extends Op with Product with Serializable
- object Leq extends Op with Product with Serializable
- object Lt extends Op with Product with Serializable
- object Max extends Op with Product with Serializable
- object Min extends Op with Product with Serializable
- object Minus extends Op with Product with Serializable
- object Mod extends Op with Product with Serializable
- object Neq extends Op with Product with Serializable
- object Op
- object Plus extends Op with Product with Serializable
-
object
Pow extends Op with Product with Serializable
Warning: Unlike a normal power operation, the signum of the left operand is always preserved.
Warning: Unlike a normal power operation, the signum of the left operand is always preserved. I.e.
DC.kr(-0.5).pow(2)will not output0.25but-0.25. This is to avoid problems with floating point noise and negative input numbers, soDC.kr(-0.5).pow(2.001)does not result in aNaN, for example. - object Ring1 extends Op with Product with Serializable
- object Ring2 extends Op with Product with Serializable
- object Ring3 extends Op with Product with Serializable
- object Ring4 extends Op with Product with Serializable
- object RoundTo extends Op with Product with Serializable
- object RoundUpTo extends Op with Product with Serializable
- object Scaleneg extends Op with Product with Serializable
- object SecondArg extends Op with Product with Serializable
- object Sqrdif extends Op with Product with Serializable
- object Sqrsum extends Op with Product with Serializable
- object Sumsqr extends Op with Product with Serializable
- object Thresh extends Op with Product with Serializable
- object Times extends Op with Product with Serializable
- object Trunc extends Op with Product with Serializable
- object Wrap2 extends Op with Product with Serializable