MATLAB: Increase precision of digits

MATLABprecision

I am dealing with numbers around 10^-18. Matlab type double only handles up to 10^-15. Is there a way to increase the number of digits? Many thanks.

Best Answer

Thanks for your replies. Sorry, maybe I was not precise enough in my question.
I am dealing with numbers like -0.897214128288675 * (1.0e+03).
For my calculation I need more accuracy than above -> 18 digits after the comma would be excellent.
Also, I am working with arrays...