1 2 3 4 5 6 7 8 9 10 11
function = "sin" description = "Calculate the sin of a number (in radians)" source = "sin.rs" docs = "sin.md" type = "rust" [[input]] type = "number" [[output]] type = "number"