We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
So that you can implement a function sin(x) in LPython, that would work both for f32 and f64.
sin(x)
f32
f64
The tricky part is to design this in such a way so that it works with CPython also.