Searched refs:math2Func (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | func.c | 2159 static void math2Func( in math2Func() function 2344 MFUNCTION(pow, 2, pow, math2Func ), in sqlite3RegisterBuiltinFunctions() 2345 MFUNCTION(power, 2, pow, math2Func ), in sqlite3RegisterBuiltinFunctions() 2346 MFUNCTION(mod, 2, fmod, math2Func ), in sqlite3RegisterBuiltinFunctions() 2350 MFUNCTION(atan2, 2, atan2, math2Func ), in sqlite3RegisterBuiltinFunctions()
|