File: epsilon.md

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 (21 lines) | stat: -rw-r--r-- 921 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[//]: # (generated using SlashBack 0.2.0)

  
# epsilon methods  
The following methods are all part of the **epsilon methods**\.  
Comparison functions for a user defined epsilon values\.  
## Table of contents  
  
* [**epsilonEqual** function](#epsilonequal-function)  
* [**epsilonNotEqual** function](#epsilonnotequal-function)  
  
### epsilonEqual\(\) function  
#### <code>glm.<code>**epsilonEqual**(**x**: *number*, **y**: *number*, **epsilon**: *number*) -\> *bool*</code></code>  
&emsp;&emsp;Returns the component\-wise comparison of ``` |x - y| < epsilon ```\.  
  
#### <code>glm.<code>**epsilonEqual**(**x**: *vecN*, **y**: *vecN*, **epsilon**: *number*) -\> *bvecN*</code></code>  
&emsp;&emsp;Returns the component\-wise comparison of ``` |x - y| < epsilon ```\.  
  
### epsilonNotEqual\(\) function  
#### <code>glm.<code>**epsilonNotEqual**(***args**) -\> *not epsilonEqual(*args)*</code></code>