[−][src]Trait codegame::prelude::Real
Associated Constants
Loading content...Required methods
pub fn signum(self) -> Self[src]
pub fn floor(self) -> Self[src]
pub fn ceil(self) -> Self[src]
pub fn sqrt(self) -> Self[src]
pub fn tan(self) -> Self[src]
pub fn sin(self) -> Self[src]
pub fn cos(self) -> Self[src]
pub fn atan2(y: Self, x: Self) -> Self[src]
pub fn as_f32(self) -> f32[src]
Provided methods
Loading content...Implementors
impl<T> Real for RealImpl<T> where
T: Float, [src]
T: Float,