The inverse function of sine is arcsine, and FME Math Functions include "@asin". You can use the function in some transformers. e.g. ExpressionEvaluator, AttributeCreator etc..
Just be aware the unit of returned angle from the function is radian. To convert radian to degree, multiply radian value by 180 / PI (PI: circular constant = 3.14159265...).
In addition, since PI is an infinite decimals, you cannot avoid a slight computational error. If necessary, consider using the AttributeRounder transformer to round the result value.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.