Change pi constant type to long double
This commit is contained in:
parent
6e42502873
commit
6e2277ded3
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
namespace psemek::geom
|
namespace psemek::geom
|
||||||
{
|
{
|
||||||
|
|
||||||
constexpr float pi = 3.141592653589793f;
|
constexpr long double pi = 3.141592653589793238462643383279502884l;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue