Skip to content

Commit

Permalink
Update Cobalt to add math.atan(y, x) support
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Sep 22, 2024
1 parent f7a6aac commit 3042950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/reference/feature_compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ compatibility for these newer versions.
| `string.dump` strip argument || |
| `string.pack`/`string.unpack`/`string.packsize` || |
| `table.move` || |
| `math.atan2` -> `math.atan` | | |
| `math.atan2` -> `math.atan` | 🔶 | `math.atan` supports its two argument form. |
| Removed `math.frexp`, `math.ldexp`, `math.pow`, `math.cosh`, `math.sinh`, `math.tanh` || |
| `math.maxinteger`/`math.mininteger` || |
| `math.tointeger` || |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ slf4j = "2.0.1"
asm = "9.6"
autoService = "1.1.1"
checkerFramework = "3.42.0"
cobalt = "0.9.3"
cobalt = "0.9.4"
commonsCli = "1.6.0"
jetbrainsAnnotations = "24.1.0"
jsr305 = "3.0.2"
Expand Down

0 comments on commit 3042950

Please sign in to comment.