Libraryless. Click here for Pure Java version (35L/1K).
static double arctanSigmoid_zeroToOne(double a) { ret 0.5+Math.atan(a)/pi(); }
Began life as a copy of #1032050
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032051 |
| Snippet name: | arctanSigmoid_zeroToOne |
| Eternal ID of this version: | #1032051/1 |
| Text MD5: | 35218362f6aec5d7131e375b5c133424 |
| Transpilation MD5: | 54d60213075a18372b5a4a63ef3c14ea |
| 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:52:00 |
| Source code size: | 82 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 405 / 511 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1032207 - arctanSigmoid2 - for non-negative inputs (0 becomes 0) |