Skip to content

Commit d4e4d20

Browse files
committed
NumberParser 1.0.8.5 & UnitParser 1.0.9.1.
1 parent 0873f60 commit d4e4d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

all_code/NumberParser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ NumberD numberD = Math2.Factorial(new NumberD(10));
115115
### Native Methods
116116
```Math2``` also includes ```NumberD```-adapted versions of a big number of ```Math``` and .NET ```System.Math``` methods.
117117

118-
It also includes ```PowDecimal```\```SqrtDecimal``` which allow to unrestrictedly use NumberX variables with ```Math.pow```\```Math.sqrt```. Note that this Java version doesn't rely on the original C# custom implementation (detailed explanations in [varocarbas.com Project 10](https://varocarbas.com/fractional_exponentiation/)) because of only making sense within the .NET conditions (i.e., high-precision ```decimal``` type not natively supported by the in-built methods).
118+
It also includes ```PowDecimal```\\```SqrtDecimal``` which allow to unrestrictedly use NumberX variables with ```Math.pow```\\```Math.sqrt```. Note that this Java version doesn't rely on the original C# custom implementation (detailed explanations in [varocarbas.com Project 10](https://varocarbas.com/fractional_exponentiation/)) because of only making sense within the .NET conditions (i.e., high-precision ```decimal``` type not natively supported by the in-built methods).
119119

120120
```Java
121121
//1.582502898380e+14 (double).

all_readme/NumberParser_Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ NumberD numberD = Math2.Factorial(new NumberD(10));
115115
### Native Methods
116116
```Math2``` also includes ```NumberD```-adapted versions of a big number of ```Math``` and .NET ```System.Math``` methods.
117117

118-
It also includes ```PowDecimal```\```SqrtDecimal``` which allow to unrestrictedly use NumberX variables with ```Math.pow```\```Math.sqrt```. Note that this Java version doesn't rely on the original C# custom implementation (detailed explanations in [varocarbas.com Project 10](https://varocarbas.com/fractional_exponentiation/)) because of only making sense within the .NET conditions (i.e., high-precision ```decimal``` type not natively supported by the in-built methods).
118+
It also includes ```PowDecimal```\\```SqrtDecimal``` which allow to unrestrictedly use NumberX variables with ```Math.pow```\\```Math.sqrt```. Note that this Java version doesn't rely on the original C# custom implementation (detailed explanations in [varocarbas.com Project 10](https://varocarbas.com/fractional_exponentiation/)) because of only making sense within the .NET conditions (i.e., high-precision ```decimal``` type not natively supported by the in-built methods).
119119

120120
```Java
121121
//1.582502898380e+14 (double).

0 commit comments

Comments
 (0)