Skip to content

Commit 52df632

Browse files
committed
Intermediate commit that includes a lot of refactoring as part of performance improvements.
1 parent 3dc8839 commit 52df632

File tree

154 files changed

+19671
-8616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+19671
-8616
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Samsara\Fermat\Complex > ComplexNumbers
2+
3+
*No description available*
4+
5+
6+
## Variables & Data
7+
8+
9+
### Class Constants
10+
11+
!!! signature constant "ComplexNumbers::IMMUTABLE_COMPLEX"
12+
##### IMMUTABLE_COMPLEX
13+
value
14+
: 'Samsara\Fermat\Complex\Values\ImmutableComplexNumber'
15+
16+
!!! signature constant "ComplexNumbers::MUTABLE_COMPLEX"
17+
##### MUTABLE_COMPLEX
18+
value
19+
: 'Samsara\Fermat\Complex\Values\MutableComplexNumber'
20+
21+
22+
23+
## Methods
24+
25+
26+
### Static Methods
27+
28+
!!! signature "public ComplexNumbers::make($type, $value)"
29+
##### make
30+
**$type**
31+
32+
description
33+
: *No description available*
34+
35+
**$value**
36+
37+
description
38+
:
39+
40+
41+
42+
**return**
43+
44+
type
45+
: ComplexNumber
46+
47+
description
48+
: *No description available*
49+
50+
---
51+
52+
53+
54+
55+
---
56+
!!! footer-link "This documentation was generated with [Roster](https://jordanrl.github.io/Roster/)."
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Samsara\Fermat\Complex\Types\Base\Interfaces\Numbers > ComplexNumberInterface
2+
3+
*No description available*
4+
5+
6+
## Methods
7+
8+
9+
### Instanced Methods
10+
11+
!!! signature "public ComplexNumberInterface->getImaginaryPart()"
12+
##### getImaginaryPart
13+
**return**
14+
15+
type
16+
: Samsara\Fermat\Core\Values\ImmutableDecimal|Samsara\Fermat\Core\Values\ImmutableFraction
17+
18+
description
19+
: *No description available*
20+
21+
---
22+
23+
!!! signature "public ComplexNumberInterface->getRealPart()"
24+
##### getRealPart
25+
**return**
26+
27+
type
28+
: Samsara\Fermat\Core\Values\ImmutableDecimal|Samsara\Fermat\Core\Values\ImmutableFraction
29+
30+
description
31+
: *No description available*
32+
33+
---
34+
35+
!!! signature "public ComplexNumberInterface->getValue()"
36+
##### getValue
37+
**return**
38+
39+
type
40+
: string
41+
42+
description
43+
: *No description available*
44+
45+
---
46+
47+
48+
49+
50+
---
51+
!!! footer-link "This documentation was generated with [Roster](https://jordanrl.github.io/Roster/)."

0 commit comments

Comments
 (0)