This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
2001-06-06 19:40:57 +00:00

34 lines
787 B
XML

<?xml version="1.0"?>
<!DOCTYPE logtalk SYSTEM "logtalk.dtd">
<?xml-stylesheet type="text/xsl" href="logtalk.xsl"?>
<logtalk>
<entity>
<name><![CDATA[log(Expression)]]></name>
<type>object</type>
<compilation>static</compilation>
<comment><![CDATA[Symbolic differentiation and simplification of log/1 expressions.]]></comment>
<authors><![CDATA[Paulo Moura]]></authors>
<version>1.0</version>
<date>1999/12/29</date>
<info>
<key>source</key>
<value><![CDATA[Example based on the Clocksin and Mellish Prolog book.]]></value>
</info>
</entity>
<relations>
<implements>
<name><![CDATA[symdiffp]]></name>
<scope>public</scope>
<file><![CDATA[symdiffp]]></file>
</implements>
</relations>
<predicates>
<public>
</public>
<protected>
</protected>
<private>
</private>
</predicates>
</logtalk>