sin(radians(180)=0 When entering the libreoffic sin (radians (180) returns result 1.22464679914735E-16 what is not a zero. When entering the libreoffic sin(pi()) returns result 1.22464679914735E-16 what is not a zero. when entering the libreoffic cos(radians(90) returns result 6,12323399573677E-17 what is not a zero. when entering the libreoffic cos((pi/2)) returns result 6,12323399573677E-17 what is not a zero.
This is expected when working with floats that cannot be represented exactly in computer. If you look into value of PI(), it's not equal to actual π, either. https://en.wikipedia.org/wiki/Floating-point_arithmetic#Accuracy_problems Closing WONTFIX.