Libraryless. Click here for Pure Java version (3417L/19K).
1 | sclass WithPreciseProbability<A> extends WithProbability<A> {
|
2 | *() {}
|
3 | *(double p, A a) { super(p, a); }
|
4 | |
5 | S renderedProbability() {
|
6 | ret str(probability); |
7 | } |
8 | } |
Began life as a copy of #1028471
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032030 |
| Snippet name: | WithPreciseProbability - show full precision in toString |
| Eternal ID of this version: | #1032030/2 |
| Text MD5: | 52e7589f09089d152b669ac513e5c275 |
| Transpilation MD5: | 8e5f206ec526d6846975073cac5c412a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-11 04:03:19 |
| Source code size: | 176 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 356 / 571 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |