diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index b8fdafa9..b4feffde 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -23644,7 +23644,7 @@ template (2) *Overload (1):* -_Preconditions:_ The value of [code]#x# must be in the range -216 to +216. +_Preconditions:_ The value of [code]#x# must be in the range [-2^16^, +2^16^]. _Returns:_ The cosine of [code]#x#. @@ -23657,7 +23657,7 @@ _Constraints:_ Available only if all of the following conditions are met: * The element type is [code]#float#. _Preconditions:_ The value of each element of [code]#x# must be in the range --216 to +216. +[-2^16^, +2^16^]. _Returns:_ For each element of [code]#x#, the cosine of [code]#x[i]#. @@ -24003,7 +24003,7 @@ template (2) *Overload (1):* -_Preconditions:_ The value of [code]#x# must be in the range -216 to +216. +_Preconditions:_ The value of [code]#x# must be in the range [-2^16^, +2^16^]. _Returns:_ The sine of [code]#x#. @@ -24016,7 +24016,7 @@ _Constraints:_ Available only if all of the following conditions are met: * The element type is [code]#float#. _Preconditions:_ The value of each element of [code]#x# must be in the range --216 to +216. +[-2^16^, +2^16^]. _Returns:_ For each element of [code]#x#, the sine of [code]#x[i]#. @@ -24070,7 +24070,7 @@ template (2) *Overload (1):* -_Preconditions:_ The value of [code]#x# must be in the range -216 to +216. +_Preconditions:_ The value of [code]#x# must be in the range [-2^16^, +2^16^]. _Returns:_ The tangent of [code]#x#. @@ -24083,7 +24083,7 @@ _Constraints:_ Available only if all of the following conditions are met: * The element type is [code]#float#. _Preconditions:_ The value of each element of [code]#x# must be in the range --216 to +216. +[-2^16^, +2^16^]. _Returns:_ For each element of [code]#x#, the tangent of [code]#x[i]#.