MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / sine_no_radian_arg

Function sine_no_radian_arg

src/math/trig_functions.rs:95–99  ·  view source on GitHub ↗

Sine function for non radian angle Interprets the argument in degrees, not in radians ### Example sin(1 o ) != \[ sin(1 rad) == sin(π/180) \]

(x: T, tol: f64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

verifyMethod · 0.85

Calls 1

sineFunction · 0.85

Tested by

no test coverage detected