So that you can implement a function `sin(x)` in LPython, that would work both for `f32` and `f64`. The tricky part is to design this in such a way so that it works with CPython also.