Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Mathf.Asin

Switch to Manual
public static function Asin(f: float): float;

Parameters

Description

Returns the arc-sine of f - the angle in radians whose sine is f.

	print (Mathf.Asin(0.5));