diff options
author | Jeff Brown <jeffbrown@google.com> | 2012-08-08 18:32:57 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-08 18:32:57 -0700 |
commit | 415e6ba0163d6d841d9c20083a8603b690288162 (patch) | |
tree | 5169710cac70436ee8c1cadaa72d7674fe62cdc4 /api | |
parent | 6ffebb03b9f51ae13764a80dc387260fa5a339fb (diff) | |
parent | 35489c0a3d61092487c1678793256ba754aa677d (diff) | |
download | frameworks_base-415e6ba0163d6d841d9c20083a8603b690288162.zip frameworks_base-415e6ba0163d6d841d9c20083a8603b690288162.tar.gz frameworks_base-415e6ba0163d6d841d9c20083a8603b690288162.tar.bz2 |
am 35489c0a: am 1670dc9a: Merge "Add FloatMath.exp." into jb-mr1-dev
* commit '35489c0a3d61092487c1678793256ba754aa677d':
Add FloatMath.exp.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 32af140..3ef14b5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -22821,6 +22821,7 @@ package android.util { public class FloatMath { method public static float ceil(float); method public static float cos(float); + method public static float exp(float); method public static float floor(float); method public static float sin(float); method public static float sqrt(float); |