Class MATHImpl<C extends IComponent<C>>

    • Constructor Detail

      • MATHImpl

        public MATHImpl​(C context)
    • Method Detail

      • sqrt

        public double sqrt​(double x)
        Description copied from interface: MATH
        Compute the square root of a number
        Specified by:
        sqrt in interface MATH
        Parameters:
        x - the number to compute the square root for
        Returns:
        the square root of x