SQL – SQL Server SIN() Function
The SQL Server SIN() function returns the sine of a number.
The SQL Server SQRT() function returns the square root of a positive number.
The SQL Server SQUARE() function returns the square of a number (the number times itself).
The SQL Server SUM() function calculates the sum of a set of values. NULL values are ignored.
Python has a set of built-in math functions, and also includes an extensive math module to perform mathematical tasks on numbers.
Python arithmetic operators are used with numeric values to perform common mathematical operations.