Class Asin

    • Constructor Summary

      Constructors 
      Constructor Description
      Asin()  
    • Constructor Detail

      • Asin

        public Asin()
    • Method Detail

      • name

        public Name name()
        Gets the name of this primitive function.
        Specified by:
        name in class PrimitiveFunction
        Returns:
        the function name
      • implementation

        protected java.util.function.Function<java.util.List<Term>,​java.util.function.Function<Context,​java.util.function.Function<Graph,​Either<InContext<Error_>,​Term>>>> implementation()
        Provides the implementation of this function.
        Specified by:
        implementation in class PrimitiveFunction
        Returns:
        a function that maps terms to a flow of terms
      • apply

        public static java.lang.Double apply​(java.lang.Double x)
        Computes the arcsine.
        Parameters:
        x - the value
        Returns:
        the arcsine