Added Chinese copyright forever on all to fix IDE
This commit is contained in:
parent
4e47d59099
commit
a69bd9b88b
55 changed files with 275 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ import love.distributedrebirth.demo4d.base2t.V009TyteBaseAppender;
|
|||
import love.distributedrebirth.demo4d.base2t.V009TyteBaseIterator;
|
||||
import love.distributedrebirth.demo4d.base2t.V144Tocta;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
*/
|
||||
public class GroßGetậl {
|
||||
|
||||
public static int NUMERATOR_SIZE = 7;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@ import love.distributedrebirth.demo4d.base2t.T04PartQuad;
|
|||
import love.distributedrebirth.demo4d.base2t.V018Tord;
|
||||
import love.distributedrebirth.demo4d.base2t.V036Teger;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
*/
|
||||
public class Gê̄ldGetậl {
|
||||
|
||||
private final HebrewDigit nummerAlphabet;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@ import love.distributedrebirth.demo4d.base2t.T03PartTrit;
|
|||
import love.distributedrebirth.demo4d.base2t.T08PartOctal;
|
||||
import love.distributedrebirth.demo4d.base2t.V009Tyte;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
*/
|
||||
public class HebrewDigit {
|
||||
|
||||
private static final double NUMERATOR_ONE = 1d;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
package love.distributedrebirth.demo4d.fraction4d;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
*/
|
||||
public enum HebrewDigitLetter {
|
||||
// Unicode is horror in any language else than ascii;
|
||||
// VS Alphabet order
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
package love.distributedrebirth.demo4d.fraction4d;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
*/
|
||||
public enum HebrewDigitVowel {
|
||||
NONE (0, (char) 0x0000),
|
||||
VOWEL_1 (1, (char) 0x05B4),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue