java.lang.Object
de.grogra.xl.compiler.xl16u.semantics.XL16UIntrinsicRules
-
Method Summary
Modifier and TypeMethodDescriptionstatic XL16UValueContractstatic XL16UValueContractintrinsicResult(XL16UIntrinsicKind kind, XL16UValueContract argument) static XL16UValueContractpowResult(XL16UValueContract base, XL16UValueContract exponentContract, Number constantExponent) static XL16UValueContractsqrtResult(XL16UValueContract argument)
-
Method Details
-
intrinsicResult
public static XL16UValueContract intrinsicResult(XL16UIntrinsicKind kind, XL16UValueContract argument) throws XL16USemanticViolation - Throws:
XL16USemanticViolation
-
atan2Result
public static XL16UValueContract atan2Result(XL16UValueContract y, XL16UValueContract x) throws XL16USemanticViolation - Throws:
XL16USemanticViolation
-
powResult
public static XL16UValueContract powResult(XL16UValueContract base, XL16UValueContract exponentContract, Number constantExponent) throws XL16USemanticViolation - Throws:
XL16USemanticViolation
-
sqrtResult
public static XL16UValueContract sqrtResult(XL16UValueContract argument) throws XL16USemanticViolation - Throws:
XL16USemanticViolation
-