for example ```rust fn y2(x: f32) -> f32 { x / (2.*x).tan() } limit(y2, 0., Dir::R) = 0.5 ```