| 123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:math="http://exslt.org/Math" version="1.0" extension-element-prefixes="math" math:doc="http://www.exslt.org/math">
- <import href="functions/min/math.min.xsl"/>
- <import href="functions/max/math.max.xsl"/>
- <import href="functions/highest/math.highest.xsl"/>
- <import href="functions/lowest/math.lowest.xsl"/>
- <import href="functions/abs/math.abs.xsl"/>
- <import href="functions/sqrt/math.sqrt.xsl"/>
- <import href="functions/power/math.power.xsl"/>
- <import href="functions/constant/math.constant.xsl"/>
- <import href="functions/log/math.log.xsl"/>
- <import href="functions/random/math.random.xsl"/>
- <import href="functions/sin/math.sin.xsl"/>
- <import href="functions/cos/math.cos.xsl"/>
- <import href="functions/tan/math.tan.xsl"/>
- <import href="functions/asin/math.asin.xsl"/>
- <import href="functions/acos/math.acos.xsl"/>
- <import href="functions/atan/math.atan.xsl"/>
- <import href="functions/atan2/math.atan2.xsl"/>
- <import href="functions/exp/math.exp.xsl"/>
- </stylesheet>
|