Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhagenson committed Mar 1, 2022
1 parent d264e5a commit ecb4606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-expand-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Initial values to include are those with underlying LLVM representations from th

Once these values exist in `math/constant`, they could be removed from where they are now, which is on `F32` and `F64` of [`Float`](https://github.com/ponylang/ponyc/blob/master/packages/builtin/float.pony).

I foresee this as a primitive `Constant` with methods for each value (e.g., `Constant.pi[A: Float](): A(3.14.159...)`).
I foresee this as a primitive `Constant` with methods for each value (e.g., `Constant.pi[A: Float](): A(3.14159...)`).

### `math/rational`

Expand Down

0 comments on commit ecb4606

Please sign in to comment.