Skip to content

Commit

Permalink
Fix incorrect reference to vec::as
Browse files Browse the repository at this point in the history
This paragraph is talking about rounding modes, which apply to vec::convert.
  • Loading branch information
Pennycook committed Feb 12, 2025
1 parent f99eca5 commit 063ba42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19320,8 +19320,8 @@ _Returns:_ A [code]#vec# object that represents the result of the operation.

==== Rounding modes

The various rounding modes that can be used in the [code]#as# member function
template are described in <<table.vec.roundingmodes>>.
The various rounding modes that can be used in the [code]#convert# member
function template are described in <<table.vec.roundingmodes>>.


[[table.vec.roundingmodes]]
Expand Down

0 comments on commit 063ba42

Please sign in to comment.