We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1f1e5 commit db56393Copy full SHA for db56393
content/en-us/reference/engine/libraries/math.yaml
@@ -248,8 +248,8 @@ functions:
248
Returns `m` and `e` such that `x` = `m`\*`2`^`e`.
249
description: |
250
Returns `m` and `e` such that `x` = `m`\*`2`^`e`. `e` is an integer and
251
- the absolute value of `m` is in the range of 0.5 to 1 (inclusive of 0.5
252
- but exclusive of 1), or zero when `x` is zero.
+ the absolute value of `m` is in the range of `0.5` to `1` (inclusive of `0.5`
+ but exclusive of `1`), or zero when `x` is zero.
253
parameters:
254
- name: x
255
type: number
0 commit comments