We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04548db commit 68892fbCopy full SHA for 68892fb
1 file changed
vm/src/stdlib/math.rs
@@ -8,9 +8,9 @@ use super::super::pyobject::{
8
DictProtocol, PyContext, PyFuncArgs, PyObjectRef, PyResult, TypeProtocol,
9
};
10
use super::super::VirtualMachine;
11
-use std;
12
use statrs::function::erf::{erf, erfc};
13
use statrs::function::gamma::{gamma, ln_gamma};
+use std;
14
15
// Helper macro:
16
macro_rules! make_math_func {
0 commit comments