std::f32::consts::FRAC_2_SQRT_PI
[−]
[src]
pub const FRAC_2_SQRT_PI: f32=
1.12837916709551257389615890312154517f32
2.0/sqrt(pi)
pub const FRAC_2_SQRT_PI: f32=
1.12837916709551257389615890312154517f32
2.0/sqrt(pi)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)