sqrt-function in XSL

admin

Administrator
Staff member
Is there a standard function for calculating the sqrt of a value in XSL?
I can find standard functions for min, max and sum, but not for sqrt.

To solve this I wrote a iterative function to calculate the sqrt. But I think its much slower than a standard function would be.

Thanx, Simson
 
Back
Top