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

3
LINES

< > BotCompany Repo | #1035749 // cbrt - synonym of Math.cbrt (cube root)

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

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

static double cbrt(double x) {
  ret Math.cbrt(x);
}

Author comment

Began life as a copy of #1004633

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035749
Snippet name: cbrt - synonym of Math.cbrt (cube root)
Eternal ID of this version: #1035749/1
Text MD5: 09820c0fb771f770b1bc9b1fb5128b13
Transpilation MD5: e6ebc8ea36a139f673c706b8ed0907b0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-19 20:48:17
Source code size: 54 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 55 / 82
Referenced in: [show references]