mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
minor fix
This commit is contained in:
parent
aefa9f25ec
commit
9c79ba3151
@ -4,7 +4,7 @@
|
||||
template <typename T>
|
||||
T radians(T d)
|
||||
{
|
||||
return (d * M_PI) / 180;
|
||||
return d * (M_PI / 180);
|
||||
}
|
||||
|
||||
namespace DB
|
||||
|
Loading…
Reference in New Issue
Block a user