-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Labels
Milestone
Description
Does anyone know why vector exponential
Vector4.Exp(Vector4.Zero);gives <1.0000001, 1.0000001, 1.0000001, 1.0000001>
while
MathF.Exp(0);gives 1.0f
Where is the error coming from?
Check the results for youself here:
https://sharplab.io/#v2:C4LgTgrgdgNAJiA1AHwAICYCMBYAUKgBgAJVMA6AOQgFsBTMASwGMBnAbj0JPICVpgGdMgEkowRlBbN2eTpgCcACgCyAQ2AALAGJkAogA8ADooIBKUx3wKV6jXqMnzluUoBqtJsAD2YACz3jd08ffwAtei8nF0Ug7zBMdAAOAJiPOLCIsgBBFlifBMTFc2zctJCiizwgA===
Reactions are currently unavailable