Function: romberg (expr, x, a, b)
    Function: romberg (F, a, b)

    • a numerical integration by Romberg's method.

    Example:
        (%i) romberg( sin(x), x, 0, 1 );
        (%o)
    See Also:
    EXAMPLE: