Skip to content
Snippets Groups Projects
Commit 72526271 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

STYLE: Changes the name of math constants

Changes the name of math constants to be consistent
parent 2d83fc1c
No related branches found
No related tags found
Loading
......@@ -74,7 +74,7 @@ const double PI_2 = 1.57079632679489661923;
const double PI_4 = 0.785398163397448309616;
const double INV_1_PI = 0.318309886183790671538;
const double INV_2_PI = 0.636619772367581343076;
const double _2_SQRTPI = 1.12837916709551257390;
const double TWO_OVER_SQRTPI = 1.12837916709551257390;
const double SQRT2 = 1.41421356237309504880;
const double SQRT1_2 = 0.707106781186547524401;
const double NLOG_E = 2.71828182845904523536;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment