Code block - Math.Pow - error?

Hello, I have an error with “Math.Pow”
How to fix it?
Schowek013

Hi @AeM_86 ,

The error message describes that it has found multiple libraries containing “Math.Pow”. To fix this use “DSCore.Math.Pow” or “Systems.Math.Pow” instead. (I recommend the first one though, not familiar with the second one)

PS: x**2 should also work.

2 Likes

DSCCore.Math.Pow works very well
Thanks :slight_smile:

1 Like