Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1034110 // atan2

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (30L/1K).

static double atan2(double x, double y) {
  ret Math.atan2(x, y);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034110
Snippet name: atan2
Eternal ID of this version: #1034110/2
Text MD5: a9d7f1fbb550b0386dfc7c2ae18ecadd
Transpilation MD5: 022de3f9111f9e5365b738ce62e18744
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-22 17:26:02
Source code size: 69 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 62 / 103
Version history: 1 change(s)
Referenced in: [show references]