Scientific Functoids Reference

 

Use Scientific functoids to perform a variety of standard trigonometric, logarithmic, and exponential calculations.

Important

Because Microsoft BizTalk Server uses the underlying functionality of the .NET Framework, the results produced by some of the Scientific functoids may vary from the equivalent functoids in earlier versions of BizTalk Server. For example, very large values returned as output of these functoids may be returned as "Infinity" rather than an exponential value. You should test your maps thoroughly to ensure that you are getting the results you expect.

When a Scientific functoid determines that one or more of its input parameters is not valid, it cancels the operation and returns an empty string, such that a field in an output instance message is created as "<FieldName></FieldName>" and the string Size functoid returns zero (0).

When the input parameter descriptions specify a numeric value, strings that can be interpreted as numbers are also accepted.

For conceptual information about Scientific functoids, see Scientific Functoids.

The following table shows the functoids in the Scientific category.

Scientific functoid Description
Icon that represents the 10^n functoid. 10^n Returns the number 10 raised to a specified power.
Icon that represents the Arc Tangent Functoid functoid. Arc Tangent Functoid Returns the arc tangent of a number.
Icon that represents the Base-Specified Logarithm functoid. Base-Specified Logarithm Returns the base-specified logarithm of a value.
Icon that represents the Common Logarithm functoid. Common Logarithm Returns the base 10 logarithm of a value.
Icon that represents the Cosine functoid. Cosine Returns the cosine of an angle.
Icon that represents the Natural Exponential Function functoid. Natural Exponential Function Returns e raised to a specified power.
Icon that represents thev Natural Logarithm functoid. Natural Logarithm Returns the base e logarithm of a value.
Icon that represents the Sine functoid. Sine Returns the sine of an angle.
Icon that represents the Tangent functoid. Tangent Returns the tangent of an angle.
Icon that represents the X^Y functoid. X^Y Raises a specified value to the power of another specified value.

See Also

Scientific Functoids
How to Add Basic Functoids to a Map