Class MATHImpl<C extends IComponent<C>>
- java.lang.Object
-
- io.ciera.runtime.summit.util.Utility<C>
-
- io.ciera.runtime.summit.util.impl.MATHImpl<C>
-
- All Implemented Interfaces:
IActionHome<C>
,MATH
public class MATHImpl<C extends IComponent<C>> extends Utility<C> implements MATH
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
sqrt(double x)
Compute the square root of a number-
Methods inherited from class io.ciera.runtime.summit.util.Utility
context, getRunContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.summit.application.IActionHome
warn
-
-
-
-
Constructor Detail
-
MATHImpl
public MATHImpl(C context)
-
-