Interface Pow<T extends Pow<T>>

All Known Implementing Classes:
RealInterval

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

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

    • pow

      T pow(T other)