libprocessing / mewnala currently does not expose common Processing math methods: `sin()`, `cos()`, `tan()`, `abs()` etc. This will improve backwards compatibility with Processing and p5.js sketches, and remove the need to explicitely import math for basic mehods. Related to https://github.com/processing/libprocessing/issues/128 ### Reference See https://processing.org/reference/#math <img width="1601" height="996" alt="Image" src="https://github.com/user-attachments/assets/44f71411-7a82-43b5-9f49-8be2079a5d14" />
libprocessing / mewnala currently does not expose common Processing math methods:
sin(),cos(),tan(),abs()etc.This will improve backwards compatibility with Processing and p5.js sketches, and remove the need to explicitely import math for basic mehods.
Related to #128
Reference
See https://processing.org/reference/#math