Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
031bc95b
Commit
031bc95b
authored
Jul 06, 2016
by
LEFEBVREJP email
Browse files
Adding METERS_TO_MILES constant
parent
173c8ffe
Changes
1
Hide whitespace changes
Inline
Side-by-side
radixmath/constants.hh
View file @
031bc95b
...
...
@@ -33,6 +33,7 @@ namespace radix
const
Real
sqrtHALF
=
std
::
sqrt
(
Real
(
0.5
));
const
Real
sqrtTWO
=
std
::
sqrt
(
Real
(
2.0
));
const
Real
sqrtTHREE
=
std
::
sqrt
(
Real
(
3.0
));
const
Real
METERS_PER_MILE
=
1609.344
;
/**
* Type def unsigned long to Identifier
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment