From Jason Turner

[valarray.transcend]

Diff to HTML by rtfpessoa

tmp/tmpd94p2yfw/{from.md → to.md} RENAMED
@@ -23,10 +23,10 @@ template<class T> valarray<T> sinh (const valarray<T>&);
23
  template<class T> valarray<T> sqrt (const valarray<T>&);
24
  template<class T> valarray<T> tan (const valarray<T>&);
25
  template<class T> valarray<T> tanh (const valarray<T>&);
26
  ```
27
 
28
- Each of these functions may only be instantiated for a type `T` to which
29
- a unique function with the indicated name can be applied (unqualified).
30
- This function shall return a value which is of type `T` or which can be
31
- unambiguously implicitly converted to type `T`.
32
 
 
23
  template<class T> valarray<T> sqrt (const valarray<T>&);
24
  template<class T> valarray<T> tan (const valarray<T>&);
25
  template<class T> valarray<T> tanh (const valarray<T>&);
26
  ```
27
 
28
+ *Requires:* Each of these functions may only be instantiated for a type
29
+ `T` to which a unique function with the indicated name can be applied
30
+ (unqualified). This function shall return a value which is of type `T`
31
+ or which can be unambiguously implicitly converted to type `T`.
32