wedata

Database: UStoreProject8

Item Details: 29717962a3a142c172e5793cef0716ea

spec_version 1
ontology_uri b36e7c62-f52c-483a-b493-b4bd411b4d33
ds_items 55705 55704 55703 55702 55701 55700 55699 55698 55697 55696 55695
class_items 55690 55689 55688 55687 55686 55685 55684 55683 55682 55681 55680 55679 55678 55677 55676 55675 55674 55673 55672 55671 55670 55669 55668 55667 55666 55665 55664 55663 55662 55661
script_function function add(x, y) { if (isEmpty(x) || isEmpty(y)) return null; return x + y; } function div(x , y) { if (isEmpty(x) || isEmpty(y)) return null; return x / y; } function redOx(x, y) { if (isEmpty(x) || isEmpty(y)) return ""; return x / y; } function redPar(x, y) { if (isEmpty(x) || isEmpty(y)) return ""; return x / (x + y) * 100; } function isEmpty(v) { return v == null || v == ""; }

History

Back