promotional bannermobile promotional banner

WealthyturtleLib

A Library for Many of Wealthyturtle's Mods!

File Details

WealthyturtleLib - Version 1.3

  • R
  • Feb 11, 2018
  • 49.50 KB
  • 40.3K
  • 1.7.10

File Name

WealthyturtleLib [Version 1.3].jar

Supported Versions

  • 1.7.10

NOTICE:

JavaDocs (ZIP Archive) and a Copy of this Jar with Sources Attached (Jar) are Listed as Additional Files Below.

 

 

 

[Removed] WealthyturtleExceptions.BelowRangeException (long Minimum, long Recieved)
{Info: Redundant function}

[Added] WealthyturtleExceptions.RangeException (double Recieved, double ExpectedRangeStart, double ExpectedRangeEnd)
{Info: Added documentation also}

 

[Added] FileFunctions.GetFileLocation(Class<?> c)
{Info: Added documentation also}

 

[Updated] ModifyLogs.Print_ObjectArray(Object[] Input)
{Info: Added new Quotations (boolean) parameter, updated documentation}

[Updated] ModifyLogs.Print_CharArray(char[] Input, String Divider, boolean Quotations)
{Info: Reordered parameters, updated documentation}

[Updated] ModifyLogs.Print_StringArray(String[] Input, String Divider, boolean Quotations)
{Info: Reordered parameters, updated documentation}

[Updated] ModifyLogs.Print_ObjectArray(Object[] Input, String Divider)
{Info: Added new Quotations (boolean) parameter, updated documentation}

 

[Added] AdditionalFunctions.PositiveNegativeConversion (BigInteger Input)
{Info: Added documentation and examples}

[Added] AdditionalFunctions.PositiveNegativeConversion (BigDecimal Input)
{Info: Added documentation and examples}

[Updated] AdditionalFunctions.PositiveNegativeConversion (double Input)
{Info: Added example}

[Fixed] AdditionalFunctions.FindPrime(int nthPrimeNumber)

[Fixed] AdditionalFunctions.CheckPrime(long Number)

[Fixed] AdditionalFunctions.PrimeNumberList(int xPrimeNumbers)

 

[Added] BasicFormulae.LinearFormula(double a, double b)
{Info: Added documentation also}

[Added] BasicFormulae.QuadraticFormula(double a, double b, double c)
{Info: Added documentation also}

 

[Added] Operations.Root(BigInteger Value, BigInteger Root)

[Added] Operations.NewtonRaphsonRooting(BigInteger Value, BigInteger Root, int Iterations)
{Info: Added documentation, fixed bug}

[Updated] Operations.Root(double Value, double Root)
{Info: Updated documentation}

[Updated] Operations.Power(BigInteger Value, BigInteger Power)
{Info: Updated documentation, added examples, fixed bug, made more efficient}

[Updated] Operations.Power(BigDecimal Value, int Power)
{Info: Updated documentation}

[Updated] Operations.Power(BigDecimal Value, BigInteger Power)
{Info: Updated documentation, fixed bug, added support for negative exponents}

[Updated] Operations.NewtonRaphsonRooting(BigInteger Value, BigInteger Root)
{Info: Added documentation}