Class Asin
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.math.Asin
@BoxBIF(description="Calculate the arcsine of a number")
@BoxMember(type=NUMERIC)
public class Asin
extends BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double_invoke(double value) _invoke(IBoxContext context, ArgumentsScope arguments) Returns the arcsine (inverse sine) of a numberMethods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
Asin
public Asin()Constructor
-
-
Method Details