Thalassicus
Bytes and Nibblers
What are these math functions in the implementation of SQL for CiV?
I've tried various versions I know of from some implementations I've used -- POW(x,y), POWER(x,y), x ** y, x ^ y -- but none seemed to be right. (Though it's really difficult to tell what the problem is since Civ V doesn't appear to give any error messages, it just ignores your mod if the sql statements are incorrect.)
- Power
- Log
I've tried various versions I know of from some implementations I've used -- POW(x,y), POWER(x,y), x ** y, x ^ y -- but none seemed to be right. (Though it's really difficult to tell what the problem is since Civ V doesn't appear to give any error messages, it just ignores your mod if the sql statements are incorrect.)