Uses of Class
org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
Packages that use SpecialValue
-
Uses of SpecialValue in org.mariuszgromada.math.mxparser.mathcollection
Fields in org.mariuszgromada.math.mxparser.mathcollection with type parameters of type SpecialValueModifier and TypeFieldDescriptionstatic List<SpecialValue>SpecialValueTrigonometric.valuesListAcosList of special values of inverse cosine functionstatic List<SpecialValue>SpecialValueTrigonometric.valuesListAcscList of special values of inverse cosecant functionstatic List<SpecialValue>SpecialValueTrigonometric.valuesListActanList of special values of inverse cotangent functionstatic List<SpecialValue>SpecialValueTrigonometric.valuesListAsecList of special values of inverse secant functionstatic List<SpecialValue>SpecialValueTrigonometric.valuesListAsinList of special values of inverse sine functionstatic List<SpecialValue>SpecialValueTrigonometric.valuesListAtanList of special values of inverse tangent functionMethods in org.mariuszgromada.math.mxparser.mathcollection that return SpecialValueModifier and TypeMethodDescriptionstatic 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