Hi,
I need to store a float with a huge precision (8 digits after decimal).
In the documentation, I find that for a float it's 16,4.
I've found a patch that increase the number of digits to 19,4. https://support.zabbix.com/secure/at...recision.patch
But I don't well understand, how it works, somebody can help me to modify it to update the float definition to 20,8 (I think it's a good value and that can help other Zabbix user).
Thanks in advance
Matthieu
I need to store a float with a huge precision (8 digits after decimal).
In the documentation, I find that for a float it's 16,4.
I've found a patch that increase the number of digits to 19,4. https://support.zabbix.com/secure/at...recision.patch
But I don't well understand, how it works, somebody can help me to modify it to update the float definition to 20,8 (I think it's a good value and that can help other Zabbix user).
Thanks in advance
Matthieu
Comment