Forums
Home / Plugin: Calculated Fields Form / Bug with TAN?
(@samuelfernandez)
2 years, 2 months ago
Hello,
TAN 30 = 0.57735026
But when i calculate with CFF i get -6.405331196646276
am i doing something wrong?
(@codepeople)
Hello @samuelfernandez
Thank you very much for using our plugin. The plugin uses angles in radians by default. If you want to get the tangent 30 degrees, you must use:
TAN(RADIANS(30))
It converts the angle to radians and then gets its tangent.
Best regards.
Works amazing. Thanks!