We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
abs
{float}
[INFO] [stdout] error[E0689]: can't call method `abs` on ambiguous numeric type `{float}` [INFO] [stdout] --> src/activation.rs:206:39 [INFO] [stdout] | [INFO] [stdout] 206 | assert!((res[0] - 0.08192506).abs() < 0.001); [INFO] [stdout] |