SQLMath - Version 1.0.0.0 SQLMath extends the T-SQL scripting environment so you can perform mathematical operations on your data from within the database itself. This tends to be much faster and more efficient than transporting the data across the network to a client application, and also allows simpler and cleaner application architectures. The functions can be used within your T-SQL scripts and stored procedures in exactly the same way as built-in T-SQL functions such as SUM, MAX, STDEV etc, and are equally as fast even across large datasets. Functions include the following: - 17 additional trigonometric and hyperbolic functions that complement the 8 built-in trigonometric functions in T-SQL. - 12 advanced rounding, truncation and modular arithmetic functions.