cc: [email protected]
Subject: Re: [ast-developers] No exp10() in ksh93 arithmetic?
--------

> Why is there no exp10() in ksh93 arithmetic on Linux? log10() is
> available in Linux builds of Version AJM 93v- 2012-11-20:
> 

I don't think that exp10() is in the POSIX standard.

You can add it with
        function .sh.math.exp10 x
        {
                ((.sh.value = 10. **x ))
        }

David Korn
[email protected]
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to