A symbolic value occupies 112 bytes of memory with Matlab (Symbolic Math toolbox). One can see this via the whos
command.
I know that a floating-point value (in the numerical framework of Matlab) is stored according to the IEEE 754 standard. So, with 8 bytes (double precision): 52 bits for the mantissa, one bit for the sign, and 11 bits for the exponent.
What about the details of the storage of symbolic numbers? What standard is used?