repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
tests
/
LongDouble
/
Global.cpp
blob
9007c187886dd5dce05226d560ba0f0d6971903c
1
#include
"Global.h"
2
3
long double
4
Global
::
get_long_double
()
5
{
6
return
11777888333.111111109
;
7
}
8