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

3
LINES

< > BotCompany Repo | #1032207 // arctanSigmoid2 - for non-negative inputs (0 becomes 0)

JavaX fragment (include)

static double arctanSigmoid2(double a) {
  ret Math.atan(a)*(2/pi());
}

Author comment

Began life as a copy of #1032051

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032207
Snippet name: arctanSigmoid2 - for non-negative inputs (0 becomes 0)
Eternal ID of this version: #1032207/3
Text MD5: 5a62c4da6dda78dd55a019c892f8c688
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-20 06:49:06
Source code size: 73 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 73 / 102
Version history: 2 change(s)
Referenced in: [show references]