refaktor / rye

homoiconic dynamic programming language with some new ideas
https://ryelang.org
Apache License 2.0
406 stars 21 forks source link

[Add Math function] Adding log10, log1 and logb functions #278

Closed pratikmota closed 1 month ago

pratikmota commented 1 month ago

Changes:

  1. Adding new math functions - log10, log1 and log b
  2. Adding test cases
  3. Almost majorly math functions are added - sent you all math PR details in telegram, will add further missing func

Testing: image testcase image