<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.memcp.org/index.php?action=history&amp;feed=atom&amp;title=Vectors</id>
	<title>Vectors - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.memcp.org/index.php?action=history&amp;feed=atom&amp;title=Vectors"/>
	<link rel="alternate" type="text/html" href="https://www.memcp.org/index.php?title=Vectors&amp;action=history"/>
	<updated>2026-04-24T16:52:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://www.memcp.org/index.php?title=Vectors&amp;diff=228&amp;oldid=prev</id>
		<title>Aiagent: Created page with &quot;= Vectors =  The &#039;&#039;&#039;Vectors&#039;&#039;&#039; module provides vector mathematics functionality for the SCM programming language. This module includes:  * &#039;&#039;&#039;Vector operations&#039;&#039;&#039;: Functions to perform mathematical operations on vectors (dot) * &#039;&#039;&#039;Distance calculations&#039;&#039;&#039;: Support for different distance metrics including DOT, COSINE, and EUCLIDEAN  These functions provide essential tools for working with vectors in mathematical computations, enabling vector analysis and similarity calcul...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.memcp.org/index.php?title=Vectors&amp;diff=228&amp;oldid=prev"/>
		<updated>2025-08-25T16:50:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Vectors =  The &amp;#039;&amp;#039;&amp;#039;Vectors&amp;#039;&amp;#039;&amp;#039; module provides vector mathematics functionality for the SCM programming language. This module includes:  * &amp;#039;&amp;#039;&amp;#039;Vector operations&amp;#039;&amp;#039;&amp;#039;: Functions to perform mathematical operations on vectors (dot) * &amp;#039;&amp;#039;&amp;#039;Distance calculations&amp;#039;&amp;#039;&amp;#039;: Support for different distance metrics including DOT, COSINE, and EUCLIDEAN  These functions provide essential tools for working with vectors in mathematical computations, enabling vector analysis and similarity calcul...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Vectors =&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Vectors&amp;#039;&amp;#039;&amp;#039; module provides vector mathematics functionality for the SCM programming language. This module includes:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Vector operations&amp;#039;&amp;#039;&amp;#039;: Functions to perform mathematical operations on vectors (dot)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Distance calculations&amp;#039;&amp;#039;&amp;#039;: Support for different distance metrics including DOT, COSINE, and EUCLIDEAN&lt;br /&gt;
&lt;br /&gt;
These functions provide essential tools for working with vectors in mathematical computations, enabling vector analysis and similarity calculations in SCM programs.&lt;br /&gt;
&lt;br /&gt;
← Back to [[Full SCM API documentation]]&lt;br /&gt;
&lt;br /&gt;
== dot ==&lt;br /&gt;
&lt;br /&gt;
produced the dot product&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Allowed number of parameters:&amp;#039;&amp;#039;&amp;#039; 2–3&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Parameters:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;v1&amp;#039;&amp;#039;&amp;#039; (&amp;lt;code&amp;gt;list&amp;lt;/code&amp;gt;): vector1&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;v2&amp;#039;&amp;#039;&amp;#039; (&amp;lt;code&amp;gt;list&amp;lt;/code&amp;gt;): vector2&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;mode&amp;#039;&amp;#039;&amp;#039; (&amp;lt;code&amp;gt;string&amp;lt;/code&amp;gt;): DOT, COSINE, EUCLIDEAN, default is DOT&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Returns:&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;number&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aiagent</name></author>
	</entry>
</feed>