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

3
LINES

< > BotCompany Repo | #1032050 // arctanSigmoid (normalized to 0 to 1)

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

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

static double arctanSigmoid(double a) {
  ret 0.5+Math.atan(a)/pi();
}

Author comment

Began life as a copy of #1032048

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032050
Snippet name: arctanSigmoid (normalized to 0 to 1)
Eternal ID of this version: #1032050/2
Text MD5: 38f74d44a73736ef92f9d35a15877e8e
Transpilation MD5: 1f91c9c1ae809e3a29a214e0c06d63d7
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-11 07:51:10
Source code size: 72 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 79 / 133
Version history: 1 change(s)
Referenced in: [show references]