| Web function | Short description of function |
| MnAddConstantToSeries | Returns a series formed by adding a constant to another series |
| MnAppendArray | Appends second array onto (i.e. following) first array |
| MnCountSetOfMembersOfArray | Returns number of distinct members in InputArray |
| MnCountSetOfMembersOfDateArray | Returns number of distinct members in InputArray |
| MnCountSetOfMembersOfIntegerArray | Returns number of distinct members in InputArray |
| MnCountSetOfMembersOfStringArray | Returns number of distinct members in InputArray |
| MnCountsOfArray | Returns an array indicating counts of consecutively ordered distinct values in the (numerical) array |
| MnCountsOfDateArray | Returns an array indicating counts of consecutively ordered distinct values in the (date) array |
| MnCountsOfIntegerArray | Returns an array indicating counts of consecutively ordered distinct values in the (integer) array |
| MnCountsOfStringArray | Returns an array indicating counts of consecutively ordered distinct values in the (string) array |
| MnExperienceAnalysisSinglePeriodCounts | Returns an array containing the results of an 'experience analysis' for a single period |
| MnIntersectionOfDateSets | Returns the intersection of two sets |
| MnIntersectionOfIntegerSets | Returns the intersection of two sets |
| MnIntersectionOfSets | Returns the intersection of two sets |
| MnIntersectionOfStringSets | Returns the intersection of two sets |
| MnRandomOrdering | Returns a random ordering of the integers from 0 to n-1 |
| MnRandomPermutation | Returns a pre-seeded random ordering of the integers from 0 to n-1 |
| MnSetOfMembersOfArray | Returns an array corresponding to the set of (distinct) members of an array |
| MnSetOfMembersOfDateArray | Returns an array corresponding to the set of (distinct) members of an array |
| MnSetOfMembersOfIntegerArray | Returns an array corresponding to the set of (distinct) members of an array |
| MnSetOfMembersOfStringArray | Returns an array corresponding to the set of (distinct) members of an array |
| MnSortedIntersectionOfDateSets | Returns the sorted intersection of two sets |
| MnSortedIntersectionOfIntegerSets | Returns the sorted intersection of two sets |
| MnSortedIntersectionOfSets | Returns the sorted intersection of two sets |
| MnSortedIntersectionOfStringSets | Returns the sorted intersection of two sets |
| MnSortedSetOfMembersOfArray | Returns an array corresponding to the sorted set of (distinct) members of an array |
| MnSortedSetOfMembersOfDateArray | Returns an array corresponding to the sorted set of (distinct) members of an array |
| MnSortedSetOfMembersOfIntegerArray | Returns an array corresponding to the sorted set of (distinct) members of an array |
| MnSortedSetOfMembersOfStringArray | Returns an array corresponding to the sorted set of (distinct) members of an array |
| MnSortedUnionOfDateSets | Returns the sorted union of two sets |
| MnSortedUnionOfIntegerSets | Returns the sorted union of two sets |
| MnSortedUnionOfSets | Returns the sorted union of two sets |
| MnSortedUnionOfStringSets | Returns the sorted union of two sets |
| MnUnionOfDateSets | Returns the union of two sets |
| MnUnionOfIntegerSets | Returns the union of two sets |
| MnUnionOfSets | Returns the union of two sets |
| MnUnionOfStringSets | Returns the union of two sets |