1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-21 11:13:54 +03:00

Fix the comment on the implementation of the pi() SQL function. No changes

to code.

FossilOrigin-Name: 5620bd466eb10fd4daf51af9b88d8221f981dc0ceabfa84a0e1d5c817f635429
This commit is contained in:
drh
2021-04-16 11:05:19 +00:00
parent 34c11e2f4b
commit 81e5a9a6df
3 changed files with 8 additions and 10 deletions

View File

@@ -2071,9 +2071,7 @@ static void math2Func(
}
/*
** Implementation of 2-argument SQL math functions:
**
** power(X,Y) - Compute X to the Y-th power
** Implementation of 0-argument pi() function.
*/
static void piFunc(
sqlite3_context *context,