Skip to content

Commit 3042950

Browse files
committed
Update Cobalt to add math.atan(y, x) support
1 parent f7a6aac commit 3042950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/reference/feature_compat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ compatibility for these newer versions.
8181
| `string.dump` strip argument || |
8282
| `string.pack`/`string.unpack`/`string.packsize` || |
8383
| `table.move` || |
84-
| `math.atan2` -> `math.atan` | | |
84+
| `math.atan2` -> `math.atan` | 🔶 | `math.atan` supports its two argument form. |
8585
| Removed `math.frexp`, `math.ldexp`, `math.pow`, `math.cosh`, `math.sinh`, `math.tanh` || |
8686
| `math.maxinteger`/`math.mininteger` || |
8787
| `math.tointeger` || |

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ slf4j = "2.0.1"
2626
asm = "9.6"
2727
autoService = "1.1.1"
2828
checkerFramework = "3.42.0"
29-
cobalt = "0.9.3"
29+
cobalt = "0.9.4"
3030
commonsCli = "1.6.0"
3131
jetbrainsAnnotations = "24.1.0"
3232
jsr305 = "3.0.2"

0 commit comments

Comments
 (0)