radians

Convert from degrees to radians.

@nogc pure nothrow
T
radians
(
T
)
(
in T x
)
if (
isFloatingPoint!T ||
(
is(T : Vector!(U, n),
U
int n
) &&
isFloatingPoint!U
)
)

Meta