Returns the value of sin(x), approximated with the given tolerance This function supposes the argument is in radians ### Example sin(1) == sin(1 rad) == sin(π/180)
(x: T, tol: f64)
source not stored for this graph (policy: none)
no test coverage detected