I am using JSweet to transpile Java into Javascript and I need to use Math.tanh()
but it's not available in the jsweet.lang.Math
object, but I see it in the source:
It's also missing from the API documentation:
Which Math is it using and how do I use the one that implements tanh()
?