std::f32::consts::FRAC_1_SQRT_2
[−]
[src]
pub const FRAC_1_SQRT_2: f32=
0.707106781186547524400844362104849039f32
1.0/sqrt(2.0)
pub const FRAC_1_SQRT_2: f32=
0.707106781186547524400844362104849039f32
1.0/sqrt(2.0)
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
)