zhengruifeng opened a new pull request, #38872: URL: https://github.com/apache/spark/pull/38872
### What changes were proposed in this pull request? Implement [math functions](https://github.com/apache/spark/blob/master/python/docs/source/reference/pyspark.sql/functions.rst#math-functions) except the deprecated ones: shiftLeft, shiftRight, shiftRightUnsigned, toDegrees, toRadians. also note that `pmod` is a new function added in 3.4.0. ### Why are the changes needed? for api coverage ### Does this PR introduce _any_ user-facing change? yes, new apis ### How was this patch tested? for now, just add a simple UT to test all the added functions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
