set fdjac_quality 2
x={10^-9}

function scalar f (scalar x)
return x+10000
end function

eval fdjac(x,f(x))
On 32-bit Ubuntu I have 20345.

Oleh