Skip to content
#

scorm

Here are 48 public repositories matching this topic...

christianp
christianp commented Jan 5, 2021

This would be a nice function to have, instead of having to rewrite it each time I write a question that needs it.

u is a scalar multiple of v if there is a scalar k such that u = k*v. You could find this k by computing the ratio u_i / v_i for each non-zero component i, then check that the ratios are all equal. This should work similarly to isclose, allowing given relative and a

Improve this page

Add a description, image, and links to the scorm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scorm topic, visit your repo's landing page and select "manage topics."

Learn more