Re: [xsl] square root function in XSLT 1.0

Subject: Re: [xsl] square root function in XSLT 1.0
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Fri, 30 Aug 2013 07:03:22 -0700
 > (b) use Dimitre Novatchev's FXSL library which I believe includes
an implementation of sqrt() written in pure XSLT

Yes, it does. Both for XSLT 1.0 and XSLT 2.0.


Cheers,
Dimitre

On Fri, Aug 30, 2013 at 6:27 AM, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> Many implementations support the math extensions defined at www.exslt.org. If yours doesn't, you could:
>
> (a) call out to another programming language (depends on the processor you are using)
>
> (b) use Dimitre Novatchev's FXSL library which I believe includes an implementation of sqrt() written in pure XSLT.
>
> Michael Kay
> Saxonica
>
> On 30 Aug 2013, at 12:53, ranjith kumar wrote:
>
>> Hi,
>> I am new to XSLT and need  to compute the square root of a floating point
>> number in XSLT 1.0.
>> Are there any functions available in the XSLT 1.0 ?
>>
>> Otherwise, are there any libraries which the 'standard committee'
>> recommends?
>> If so please let me know how to import that library.
>>
>> thanks in advance.
>



-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they
write all patents, too? :)
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.

Current Thread