matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Bug]: function atan with two parameters

Open daviszhen opened this issue 3 years ago • 2 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

[ERROR] [SCRIPT FILE]: /Users/pengzhen/Documents/GitHub/matrixone/test/cases/function/func_math_trig.test [ROW NUMBER]: 17 [SQL STATEMENT]: SELECT ATAN(-2,2); [EXPECT RESULT]: ATAN(-2,2) -0.7853981633974483 [ACTUAL RESULT]: Function 'atan' with parameters [BIGINT BIGINT] will be implemented in future version.

Expected Behavior

No response

Steps to Reproduce

No response

Additional information

No response

daviszhen avatar Jul 01 '22 04:07 daviszhen

maybe move to 0.6

daviszhen avatar Jul 05 '22 03:07 daviszhen

ok

maybe move to 0.6

dengn avatar Jul 05 '22 03:07 dengn

mysql> SELECT ATAN(-2,2); +---------------------+ | atan(-2, 2) | +---------------------+ | -0.7853981633974483 | +---------------------+ 1 row in set (0.00 sec)

aressu1985 avatar Oct 24 '22 12:10 aressu1985