File: epsilon.sb

package info (click to toggle)
python-pyglm 2.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,008 kB
  • sloc: cpp: 53,029; python: 3,683; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 982 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\c\This file was generated using a tool\c\
\h1\epsilon methods\h1\
The following methods are all part of the \b\epsilon methods\b\.
Comparison functions for a user defined epsilon values.
\h2\Table of contents\h2\
\ul\
\-\\url #epsilonequal-function\\b\epsilonEqual\b\ function\url\
\-\\url #epsilonnotequal-function\\b\epsilonNotEqual\b\ function\url\
\ul\
\h3\epsilonEqual() function\h3\
\raw\#### <code>glm.<code>**epsilonEqual**(**x**: *number*, **y**: *number*, **epsilon**: *number*) -\\> *bool*</code></code>\raw\
\raw\&emsp;&emsp;\raw\Returns the component-wise comparison of \code\|x - y| < epsilon\code\.

\raw\#### <code>glm.<code>**epsilonEqual**(**x**: *vecN*, **y**: *vecN*, **epsilon**: *number*) -\\> *bvecN*</code></code>\raw\
\raw\&emsp;&emsp;\raw\Returns the component-wise comparison of \code\|x - y| < epsilon\code\.

\h3\epsilonNotEqual() function\h3\
\raw\#### <code>glm.<code>**epsilonNotEqual**(***args**) -\\> *not epsilonEqual(*args)*</code></code>\raw\