Language Features

PyMath

Python stdlib module — math. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.acos()Neutral
#
Signature
acos(x)

Return the arc cosine (measured in radians) of x.

.acosh()Neutral
#
Signature
acosh(x)

Return the inverse hyperbolic cosine of x.

.asin()Neutral
#
Signature
asin(x)

Return the arc sine (measured in radians) of x.

.asinh()Neutral
#
Signature
asinh(x)

Return the inverse hyperbolic sine of x.

.atan()Neutral
#
Signature
atan(x)

Return the arc tangent (measured in radians) of x.

.atan2()Neutral
#
Signature
atan2(y, x)

Return the arc tangent (measured in radians) of y/x.

.atanh()Neutral
#
Signature
atanh(x)

Return the inverse hyperbolic tangent of x.

.cbrt()Neutral
#
Signature
cbrt(x)

Return the cube root of x.

.ceil()Neutral
#
Signature
ceil(x)

Return the ceiling of x as an Integral.

.comb()Neutral
#
Signature
comb(n, k)

Number of ways to choose k items from n items without repetition and without order.

Fully-Qualified Names

FQNField
mathfqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import math