Home
last modified time | relevance | path

Searched refs:sine (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_model.cpp171 double sine = sin(w_ * time); in Velocity() local
172 return power * (c2_ * w_ * cosine - c1_ * w_ * sine) + r_ * power * (c2_ * sine + c1_ * cosine); in Velocity()
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-toneplayer-for-playback.md3sine waves of different frequencies by using the built-in algorithm based on the [ToneType](../../…
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md714 Returns a new **Decimal** object representing the sine of this decimal.
724 | [Decimal](#decimal) | **Decimal** object representing the sine.|
783 Returns a new **Decimal** object representing the hyperbolic sine of this decimal.
793 | [Decimal](#decimal) | **Decimal** object representing the hyperbolic sine.|
860 Returns a new **Decimal** object representing the arc sine of this decimal.
870 | [Decimal](#decimal) | **Decimal** object representing the arc sine.|
963 | [Decimal](#decimal) | **Decimal** object representing the inverse hyperbolic sine.|
3408 Returns a **Decimal** object representing the sine of the specified number *n*.
3426 | [Decimal](#decimal) | **Decimal** object representing the sine.|
3543 | [Decimal](#decimal) | **Decimal** object representing the hyperbolic sine.|
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp241 float sine = thickness * PERCENT_HALF / (radius - (thickness * PERCENT_HALF)); in GetPaintPath() local
242 float radian = asin(sine); in GetPaintPath()
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl2042 * @brief Calculate sine of the input element-wise.
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md661 | OH_NN_OPS_SIN<sup>12+</sup> | Calculates the sine value of the input by element.<br>Input:<br>- *…
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md1085 … obtained, where **tangent.x** and **tangent.y** represent the cosine and sine of the tangent of t…