Does anyone know how to create a data type? My problem is that I want a data type which can hold a few hundred digits (don't ask why), and be able to perform math operations on them (+, -, *, /, ^, log, ln, sin, cos, tan, etc.)
If anyone knows of any way to at least do the first five, please tell me.
Also, if anyone knows how to multiply two numeric Strings, which would solve this problem, please tell me too.
Lastly, if anyone knows what other language this can be done in, I would appreciate it (something famous, like Java, C++, etc., not Delphi, JavaScript, etc.)
If anyone knows of any way to at least do the first five, please tell me.
Also, if anyone knows how to multiply two numeric Strings, which would solve this problem, please tell me too.
Lastly, if anyone knows what other language this can be done in, I would appreciate it (something famous, like Java, C++, etc., not Delphi, JavaScript, etc.)