spire.math

FloatComplex

final class FloatComplex extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FloatComplex
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FloatComplex(u: Long)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def %(b: FloatComplex): FloatComplex

  4. def *(b: FloatComplex): FloatComplex

  5. def **(b: Int): FloatComplex

  6. def **(b: FloatComplex): FloatComplex

  7. def +(b: FloatComplex): FloatComplex

  8. def -(b: FloatComplex): FloatComplex

  9. def /(b: FloatComplex): FloatComplex

  10. def /%(b: FloatComplex): (FloatComplex, FloatComplex)

  11. def /~(b: FloatComplex): FloatComplex

  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. def abs: Float

  14. def angle: Float

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def complexSignum: FloatComplex

  17. def conjugate: FloatComplex

  18. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  19. def imag: Float

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isWhole: Boolean

  22. def negate: FloatComplex

  23. def pow(b: Int): FloatComplex

  24. def pow(b: FloatComplex): FloatComplex

  25. def real: Float

  26. def repr: String

  27. def signum: Int

  28. def toString(): String

    Definition Classes
    Any
  29. val u: Long

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped