Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/api/paddle/sin_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ sin

.. py:function:: paddle.sin(x, name=None)




计算输入的正弦值。

计算公式为:
.. math::
out=sin(x)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
计算公式为:
.. math::
out=sin(x)
计算公式为:
.. math::
out=sin(x)

math 上得加空行,否则可能渲染出错。官网rst的渲染对空行有些敏感~
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好噜!


参数
::::::::::::

Expand Down