Skip to content

Commit 9b8d3d8

Browse files
Merge pull request #1117 from syncfusion-content/Mathematical,Statistical_Volume4_Functions
925383 - Added mathematical and statistical volume 4 functions
2 parents e77d2f9 + d57823d commit 9b8d3d8

2 files changed

Lines changed: 423 additions & 2 deletions

File tree

WindowsForms/Calculation-Engine/Supported-Formulas/Math-Trigonometry.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3053,4 +3053,79 @@ _PHIL(x)_
30533053

30543054

30553055

3056-
* If x of an invalid data type, `PHI` will return the `#VALUE!` error.
3056+
* If x of an invalid data type, `PHI` will return the `#VALUE!` error.
3057+
3058+
3059+
3060+
## EUROCONVERT
3061+
3062+
3063+
3064+
The `EUROCONVERT` function converts a currency between the Euro and member currencies or among member currencies using Euro as the base currency, based on fixed EU (European Union) exchange rates.
3065+
3066+
3067+
3068+
**Syntax**
3069+
3070+
3071+
3072+
*EUROCONVERT(number, source, target, full_precision, triangulation_precision)*
3073+
3074+
3075+
3076+
**Where:**
3077+
3078+
3079+
3080+
* number: The currency value you want to convert, or a reference to a cell containing the value.
3081+
3082+
3083+
3084+
* source: A three-letter string, or reference to a cell containing the string, corresponding to the ISO (International Organization for Standardization) code for the source currency.
3085+
3086+
3087+
3088+
* target: A three-letter string, or reference to a cell containing the string, corresponding to the ISO (International Organization for Standardization) code of the target currency.
3089+
3090+
3091+
3092+
* full_precision: A logical value that specifies how to display the result:
3093+
3094+
3095+
3096+
* FALSE: Display with currency-specific rounding rules (default).
3097+
3098+
3099+
3100+
* TRUE: Display with all significant digits.
3101+
3102+
3103+
3104+
* triangulation_precision: An integer (greater than or equal to 3) that specifies the number of significant digits for the intermediate Euro value when converting between two Euro member currencies.
3105+
3106+
3107+
3108+
**Remarks:**
3109+
3110+
3111+
* Any trailing zeros in the return value are truncated.
3112+
3113+
3114+
3115+
* If the source and target ISO codes are the same, the original value is returned.
3116+
3117+
3118+
3119+
* Invalid parameters return `#VALUE!`.
3120+
3121+
3122+
3123+
* The function `EUROCONVERT` does not apply a number format.
3124+
3125+
3126+
3127+
* The function `EUROCONVERT` cannot be used in array formulas.
3128+
3129+
3130+
3131+
* To use the function `EUROCONVERT` , the Euro Currency Tools Add-in need to be activated.

0 commit comments

Comments
 (0)