Searched refs:get_const (Results 1 – 1 of 1) sorted by relevance
611 function get_const(n) { function663 get E() { return get_const(0); },664 get LN10() { return get_const(1); },666 get LOG2E() { return get_const(3); },667 get LOG10E() { return get_const(4); },669 get SQRT1_2() { return get_const(6); },670 get SQRT2() { return get_const(7); },
Completed in 5 milliseconds