We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log10: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-log10 sin: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-sin cos: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-cos tan: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-tan asin: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-asin acos: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-acos atan: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-atan atan2: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-atan2 sqrt: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-sqrt exp: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-exp pi: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-sqrt
The text was updated successfully, but these errors were encountered:
cc -> bindings #43 (partial), closes #30, closes #29, closes #28, closes
ccb6acb
#26, closes #19
I'll add these
Sorry, something went wrong.
added new Math functions, closes #43
fac928d
(some had been added already in CommCare merge)
32462e2
No branches or pull requests
log10: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-log10
sin: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-sin
cos: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-cos
tan: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-tan
asin: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-asin
acos: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-acos
atan: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-atan
atan2: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-atan2
sqrt: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-sqrt
exp: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-exp
pi: https://www.w3.org/TR/2014/REC-xpath-functions-30-20140408/#func-math-sqrt
The text was updated successfully, but these errors were encountered: