From 144be61d416fe28e80512ecc28e9388bc46491f2 Mon Sep 17 00:00:00 2001 From: Ben Dodson Date: Thu, 12 Aug 2010 11:52:50 -0700 Subject: Canonical representation of floating point constants Change-Id: I3c26d412bea82e2bc07b40ccdd3cc291c68c554c --- api/9.xml | 2 +- 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" -- cgit v1.2.3-59-g8ed1b