Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlueck committed Aug 21, 2023
1 parent 55214f3 commit 6457d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25640,7 +25640,7 @@ as defined above.

_Returns:_ A vector in the same direction as [code]#p# but with a length of 1
computed as
[code]#+p * half_precision::rsqrt(pow(p[0],2) + pow(p[1],2) + ... )+#.
[code]#+p * half_precision::rsqrt(pow(p[0],2) + pow(p[1],2) + ...)+#.

The result shall be within 8192 ulps error from the infinitely precise result
of
Expand Down

0 comments on commit 6457d05

Please sign in to comment.