ComfyUI-Custom-Scripts icon indicating copy to clipboard operation
ComfyUI-Custom-Scripts copied to clipboard

Square root

Open StefanoBalocco opened this issue 1 year ago • 0 comments

Hello! Would be very useful, in the math node, a square root function.

For example if I want to calculate the width for a specific ratio and pixel count(1920x1080, in the example), I need to calculate: sqrt(ratio.width*(1920*1080)/ratio.height)

Is possible to implement that function?

Thanks!

StefanoBalocco avatar Apr 20 '24 15:04 StefanoBalocco