mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge 3.23 -> 4.0, 2003/02/06
BitKeeper/etc/ignore: auto-union BitKeeper/etc/logging_ok: auto-union mysql-test/r/func_math.result: Auto merged mysql-test/t/func_math.test: Auto merged sql/item_func.cc: Auto merged
This commit is contained in:
@ -41,3 +41,15 @@ pi() sin(pi()/2) cos(pi()/2) abs(tan(pi())) cot(1) asin(1) acos(0) atan(1)
|
||||
select degrees(pi()),radians(360);
|
||||
degrees(pi()) radians(360)
|
||||
180 6.2831853071796
|
||||
ACOS(1.0)
|
||||
0.000000
|
||||
ASIN(1.0)
|
||||
1.570796
|
||||
ACOS(0.2*5.0)
|
||||
0.000000
|
||||
ACOS(0.5*2.0)
|
||||
0.000000
|
||||
ASIN(0.8+0.2)
|
||||
1.570796
|
||||
ASIN(1.2-0.2)
|
||||
1.570796
|
||||
|
Reference in New Issue
Block a user