uses the extra_float_digits argument to fix this
This commit is contained in:
Greg Landrum
2019-11-15 16:46:10 +01:00
committed by GitHub
parent 47d8813358
commit 4932d680a6
16 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
SET extra_float_digits=0;
SELECT mol_amw('c1ccccc1'::mol) mol_amw;
SELECT mol_logp('c1ccccc1'::mol) mol_logp;
SELECT mol_hba('c1ccccc1'::mol) mol_hba;