Interface Mul<T extends Mul<T>>

All Known Subinterfaces:
Div<T>
All Known Implementing Classes:
IntInterval, RealInterval

public interface Mul<T extends Mul<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    mul(T other)
     
  • Method Details

    • mul

      T mul(T other)