com.bryghts.numerics

impl

package impl

Visibility
  1. Public
  2. All

Type Members

  1. class PolyNumericFromFractional[A, B, R] extends PolyNumericFromNumeric[A, B, R] with FractionalPolyNumeric[A, B, R]

  2. class PolyNumericFromIntegral[A, B, R] extends PolyNumericFromNumeric[A, B, R] with IntegralPolyNumeric[A, B, R]

  3. trait PolyNumericFromNumeric[A, B, R] extends PolyNumeric[A, B, R]

Value Members

  1. object BigDecimalExtendedNumeric extends BigDecimalIsFractional with BigDecimalOrdering with ExtendedFractional[BigDecimal]

    Created by dunlord on 22/02/15.

  2. object BigIntExtendedNumeric extends BigIntIsIntegral with BigIntOrdering with ExtendedIntegral[BigInt]

    Created by dunlord on 22/02/15.

  3. object ByteExtendedNumeric extends ByteIsIntegral with ByteOrdering with ExtendedIntegral[Byte]

    Created by dunlord on 22/02/15.

  4. object CharExtendedNumeric extends CharIsIntegral with CharOrdering with ExtendedIntegral[Char]

    Created by dunlord on 22/02/15.

  5. object DoubleExtendedNumeric extends DoubleIsFractional with DoubleOrdering with ExtendedFractional[Double]

    Created by dunlord on 22/02/15.

  6. object FloatExtendedNumeric extends FloatIsFractional with FloatOrdering with ExtendedFractional[Float]

    Created by dunlord on 22/02/15.

  7. object IntExtendedNumeric extends IntIsIntegral with IntOrdering with ExtendedIntegral[Int]

    Created by dunlord on 22/02/15.

  8. object LongExtendedNumeric extends LongIsIntegral with LongOrdering with ExtendedIntegral[Long]

    Created by dunlord on 22/02/15.

  9. object ShortExtendedNumeric extends ShortIsIntegral with ShortOrdering with ExtendedIntegral[Short]

    Created by dunlord on 22/02/15.

Ungrouped