mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	Update Cobalt to add math.atan(y, x) support
This commit is contained in:
		| @@ -81,7 +81,7 @@ compatibility for these newer versions. | |||||||
| | `string.dump` strip argument                                                          | ✔          |                           | | | `string.dump` strip argument                                                          | ✔          |                           | | ||||||
| | `string.pack`/`string.unpack`/`string.packsize`                                       | ✔          |                           | | | `string.pack`/`string.unpack`/`string.packsize`                                       | ✔          |                           | | ||||||
| | `table.move`                                                                          | ✔          |                           | | | `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` | ❌         |                           | | | Removed `math.frexp`, `math.ldexp`, `math.pow`, `math.cosh`, `math.sinh`, `math.tanh` | ❌         |                           | | ||||||
| | `math.maxinteger`/`math.mininteger`                                                   | ❌         |                           | | | `math.maxinteger`/`math.mininteger`                                                   | ❌         |                           | | ||||||
| | `math.tointeger`                                                                      | ❌         |                           | | | `math.tointeger`                                                                      | ❌         |                           | | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ slf4j = "2.0.1" | |||||||
| asm = "9.6" | asm = "9.6" | ||||||
| autoService = "1.1.1" | autoService = "1.1.1" | ||||||
| checkerFramework = "3.42.0" | checkerFramework = "3.42.0" | ||||||
| cobalt = "0.9.3" | cobalt = "0.9.4" | ||||||
| commonsCli = "1.6.0" | commonsCli = "1.6.0" | ||||||
| jetbrainsAnnotations = "24.1.0" | jetbrainsAnnotations = "24.1.0" | ||||||
| jsr305 = "3.0.2" | jsr305 = "3.0.2" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonathan Coates
					Jonathan Coates