Uses of Class
org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
-
Packages that use SpecialValue Package Description org.mariuszgromada.math.mxparser.mathcollection -
-
Uses of SpecialValue in org.mariuszgromada.math.mxparser.mathcollection
Fields in org.mariuszgromada.math.mxparser.mathcollection with type parameters of type SpecialValue Modifier and Type Field Description static java.util.List<SpecialValue>SpecialValueTrigonometric. valuesListAcosList of special values of inverse cosine functionstatic java.util.List<SpecialValue>SpecialValueTrigonometric. valuesListAcscList of special values of inverse cosecant functionstatic java.util.List<SpecialValue>SpecialValueTrigonometric. valuesListActanList of special values of inverse cotangent functionstatic java.util.List<SpecialValue>SpecialValueTrigonometric. valuesListAsecList of special values of inverse secant functionstatic java.util.List<SpecialValue>SpecialValueTrigonometric. valuesListAsinList of special values of inverse sine functionstatic java.util.List<SpecialValue>SpecialValueTrigonometric. valuesListAtanList of special values of inverse tangent functionMethods in org.mariuszgromada.math.mxparser.mathcollection that return SpecialValue Modifier and Type Method Description static SpecialValueSpecialValueTrigonometric. getSpecialValueAcos(double x)Returns special value of inverse trigonometric cosine functionstatic SpecialValueSpecialValueTrigonometric. getSpecialValueAcsc(double x)Returns special value of inverse trigonometric cosecant functionstatic SpecialValueSpecialValueTrigonometric. getSpecialValueActan(double x)Returns special value of inverse trigonometric cotangent functionstatic SpecialValueSpecialValueTrigonometric. getSpecialValueAsec(double x)Returns special value of inverse trigonometric secant functionstatic SpecialValueSpecialValueTrigonometric. getSpecialValueAsin(double x)Returns special value of inverse trigonometric sine functionstatic SpecialValueSpecialValueTrigonometric. getSpecialValueAtan(double x)Returns special value of inverse trigonometric tangent function
-