Package io.ciera.runtime.summit.util
Interface MATH
-
- All Known Implementing Classes:
MATHImpl
public interface MATHProvides implementations for standard math functions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublesqrt(double x)Compute the square root of a number
-