diff options
| author | 2010-08-12 11:52:50 -0700 | |
|---|---|---|
| committer | 2010-08-12 11:52:50 -0700 | |
| commit | 144be61d416fe28e80512ecc28e9388bc46491f2 (patch) | |
| tree | ab54734d6fe5f8691c0a8af37ce08d8e7c4e3969 | |
| parent | 6f99270cbe2d3385962a895d387f9024b829bc22 (diff) | |
Canonical representation of floating point constants
Change-Id: I3c26d412bea82e2bc07b40ccdd3cc291c68c554c
| -rw-r--r-- | api/9.xml | 2 | ||||
| -rw-r--r-- | api/current.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/api/9.xml b/api/9.xml index f151a1695ba6..9d8456ad35ab 100644 --- a/api/9.xml +++ b/api/9.xml @@ -74123,7 +74123,7 @@ type="float" transient="false" volatile="false" - value="0.0010f" + value="0.001f" static="true" final="true" deprecated="not deprecated" diff --git a/api/current.xml b/api/current.xml index 2c88f11e9877..3535ffc58a4f 100644 --- a/api/current.xml +++ b/api/current.xml @@ -84897,7 +84897,7 @@ type="float" transient="false" volatile="false" - value="0.0010f" + value="0.001f" static="true" final="true" deprecated="not deprecated" |