Skip to content

Commit

Permalink
Update stdlib/math.jou
Browse files Browse the repository at this point in the history
Co-authored-by: Akuli <[email protected]>
  • Loading branch information
littlewhitecloud and Akuli authored Jul 21, 2024
1 parent a4d481e commit e9fe43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/math.jou
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ declare exp10f(x: float) -> float

# Returns the natural logarithm of x.
declare log(x: double) -> double
decalre logf(x: float) -> float
declare logf(x: float) -> float
declare log2(x: double) -> double
declare log2f(x: float) -> float
declare log10(x: double) -> double
Expand Down

0 comments on commit e9fe43c

Please sign in to comment.