forge-arena / ui /node_modules /d3-shape /src /pointRadial.js
Amogh-kal1's picture
Upload folder using huggingface_hub
db75f77 verified
export default function(x, y) {
return [(y = +y) * Math.cos(x -= Math.PI / 2), y * Math.sin(x)];
}