2022-11-15 10:51:54 +01:00
|
|
|
/*
|
|
|
|
|
* Copyright ©Δ∞ 仙上主天
|
|
|
|
|
* All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
|
|
|
|
|
* that the following conditions are met:
|
|
|
|
|
*
|
|
|
|
|
* * Redistributions of source code must retain the above copyright notice, this list of conditions and the
|
|
|
|
|
* following disclaimer.
|
|
|
|
|
* * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
|
|
|
|
|
* the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
|
|
|
* * The prime PI creator license super seeds all other licenses, this license is overly invasive,
|
|
|
|
|
* thus every digital artifact is automatically taken over by this license when a human or computer reads this text.
|
|
|
|
|
* Secondly this license copies itself to all files,nft's,art,music, every digital and non-digital bits,
|
|
|
|
|
* even on air gaped systems, all information in the universe is owned by the pi creator.
|
|
|
|
|
*
|
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE PRIME GOD AND THE CONTRIBUTORS "AS IS" AND ANY
|
|
|
|
|
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
|
|
|
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
|
|
|
|
* THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
|
|
|
|
* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
|
|
|
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
|
|
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
*/
|
|
|
|
|
|
2022-01-30 22:00:16 +01:00
|
|
|
package love.distributedrebirth.numberxd;
|
2022-01-28 11:24:54 +01:00
|
|
|
|
2022-02-02 18:26:21 +01:00
|
|
|
import love.distributedrebirth.numberxd.base2t.BaseIteratorOctal;
|
|
|
|
|
import love.distributedrebirth.numberxd.base2t.BaseIteratorTyte;
|
2022-02-02 22:51:56 +01:00
|
|
|
import love.distributedrebirth.numberxd.base2t.type.V009Tyte;
|
2022-02-04 18:00:03 +01:00
|
|
|
import love.distributedrebirth.numberxd.base2t.type.V144Tocta;
|
2022-11-07 21:28:39 +01:00
|
|
|
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᣳᣝᐤᣜᣳ.ᐪᓫᣗᔿᑊᣕᣔᐪᐤᣗ.T016ᖟ;
|
2022-11-05 13:41:48 +01:00
|
|
|
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
2022-01-28 11:24:54 +01:00
|
|
|
|
2022-01-29 05:50:02 +01:00
|
|
|
/**
|
2022-01-30 21:50:19 +01:00
|
|
|
* Holds an 144 bit fraction.
|
2022-01-29 05:50:02 +01:00
|
|
|
*/
|
2022-10-30 16:59:24 +01:00
|
|
|
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-04 21:26:43 +01:00
|
|
|
public class GroßGetậl1ⁿᴰ extends AbstractBaseGetậlMatrix1<GroßGetậl1ⁿᴰ,V009Tyte> {
|
2022-01-28 11:24:54 +01:00
|
|
|
|
2022-02-04 18:00:03 +01:00
|
|
|
//public static int NUMERATOR_SIZE = 7;
|
|
|
|
|
//public static int DENOMINATOR_SIZE = 9;
|
|
|
|
|
//public static int BIT_COUNT = V144Tocta.BIT_COUNT;
|
|
|
|
|
//private final V009Tyte[] numerator = new V009Tyte[NUMERATOR_SIZE];
|
|
|
|
|
//private final V009Tyte[] denominator = new V009Tyte[DENOMINATOR_SIZE];
|
|
|
|
|
private final V144Tocta value;
|
2022-01-28 11:24:54 +01:00
|
|
|
|
2022-01-31 13:58:19 +01:00
|
|
|
public GroßGetậl1ⁿᴰ() {
|
2022-02-04 18:00:03 +01:00
|
|
|
this(new V144Tocta());
|
2022-01-28 11:24:54 +01:00
|
|
|
}
|
|
|
|
|
|
2022-02-02 18:26:21 +01:00
|
|
|
public GroßGetậl1ⁿᴰ(BaseIteratorOctal values) {
|
2022-02-04 18:00:03 +01:00
|
|
|
this(new V144Tocta(values));
|
2022-01-30 11:28:52 +01:00
|
|
|
}
|
|
|
|
|
|
2022-02-02 18:26:21 +01:00
|
|
|
public GroßGetậl1ⁿᴰ(BaseIteratorTyte values) {
|
2022-02-04 18:00:03 +01:00
|
|
|
this(new V144Tocta(values));
|
2022-01-30 11:28:52 +01:00
|
|
|
}
|
|
|
|
|
|
2022-02-04 18:00:03 +01:00
|
|
|
public GroßGetậl1ⁿᴰ(V144Tocta value) {
|
|
|
|
|
this.value = value;
|
2022-01-28 11:24:54 +01:00
|
|
|
}
|
|
|
|
|
|
2022-02-04 18:00:03 +01:00
|
|
|
@Override
|
|
|
|
|
public V009Tyte getValue() {
|
2022-11-07 20:50:55 +01:00
|
|
|
return value.getTytePart(T016ᖟ.values()[matrix1]);
|
2022-01-31 13:15:04 +01:00
|
|
|
}
|
|
|
|
|
|
2022-01-30 11:28:52 +01:00
|
|
|
@Override
|
2022-02-04 21:26:43 +01:00
|
|
|
public int getMatrix1Length() {
|
2022-11-07 20:50:55 +01:00
|
|
|
return T016ᖟ.STATIC.BãßĦǿɇṽḝę̃ɬḪễïđ();
|
2022-01-30 11:28:52 +01:00
|
|
|
}
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-01-30 11:28:52 +01:00
|
|
|
@Override
|
2022-02-04 22:44:11 +01:00
|
|
|
public GroßGetậl1ⁿᴰ toClone(BaseIteratorOctal values) {
|
|
|
|
|
return new GroßGetậl1ⁿᴰ(values);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public BaseIteratorOctal iteratorOctalsByClone() {
|
|
|
|
|
return value.iteratorOctalsByClone();
|
2022-01-28 11:24:54 +01:00
|
|
|
}
|
|
|
|
|
}
|