exact
此内容尚不支持你的语言。
constexact:object
Defined in: math/exact.ts:74
Trigonometry a compiled system may call, answering the same bits as the
interpreted build. Math.sin is refused by the AOT subset and says so.
Type Declaration
Section titled “Type Declaration”cos(
x):number
Cosine, to the same bits in an interpreted build and a compiled one.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”number
sin(
x):number
Sine, to the same bits in an interpreted build and a compiled one.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”number