diff options
| author | 2012-08-21 19:49:48 -0700 | |
|---|---|---|
| committer | 2012-08-21 22:27:41 -0700 | |
| commit | e2c279e8a1abc2cc7bc87b94a514a563b814cdc1 (patch) | |
| tree | 8f60269c325e4945d8331389c73282eb70f186e1 /api | |
| parent | 5356c7dc72e80bbadd0ffbc69cfe3ea333280785 (diff) | |
Add FloatMath.pow.
Change-Id: I5c584f4894caba47fccfa22ba95f8665990d516c
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 d6d1732fd970..d89dc509ca9b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -22896,6 +22896,7 @@ package android.util { method public static float exp(float); method public static float floor(float); method public static float hypot(float, float); + method public static float pow(float, float); method public static float sin(float); method public static float sqrt(float); } |