@Override
    public BigDecimal f_derived(BigDecimal x)
    {
        BigDecimal out = BigDecimal.ZERO;
        for(Term i : terms)