Home
last modified time | relevance | path

Searched refs:math_log (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/science/elmerfem/elmerfem-release-9.0/post/src/tcl/
H A Dmath.tcl235 global math_str math_cmd math_log math_out math_file
263 set math_log .math.lbox.list
266 bind $math_log <Button-1> {
268 set cur [$math_log curselection]
270 $math_cmd insert 0 [$math_log get $cur]
274 bind $math_log <Double-Button-1> {
277 set cur [$math_log curselection]
279 $math_cmd insert 0 [$math_log get $cur]
280 math_CommandReturn $math_cmd $math_log $math_out
286 bind $math_cmd <Up> {math_CommandUpKey %W $math_log}
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/lua/
H A Dlmathlib.cpp88 static void math_log (void) in math_log() function
187 {"log", math_log},
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/bear/src/
H A Dbear.erl176 sumLog=math_log(X),
184 sumLog=SumLog+math_log(X),
374 math_log(0) -> function
376 math_log(0.0) -> function
378 math_log(X) when X < 0 -> function
380 math_log(X) -> function
/dports/devel/erlang-bear/bear-0.8.5/src/
H A Dbear.erl176 sumLog=math_log(X),
184 sumLog=SumLog+math_log(X),
374 math_log(0) -> function
376 math_log(0.0) -> function
378 math_log(X) when X < 0 -> function
380 math_log(X) -> function
/dports/lang/gravity/gravity-0.8.5/api/
H A Dexec_c.c53 static bool math_log (gravity_vm *vm, gravity_value_t *args, uint16_t nargs, uint32_t rindex) { in math_log() function
105 gravity_function_t *logf = gravity_function_new_internal(NULL, NULL, math_log, 0); in create_math_class()
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/layer567/
H A Dder.py5 math_log = math.log variable
26 len_len_inbytes = math_ceil( math_log(num + 1, 256) )
/dports/games/scorched3d/scorched/src/common/lua/
H A Dlmathlib.cpp93 static int math_log (lua_State *L) in math_log() function
162 {"log", math_log},
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A Dmath2.py66 def math_log(x): function
75 math_log = math.log variable
79 log = _mathfun_n(math_log, cmath.log)
335 return s + math_log(x) - 0.5/x
546 s += math_log(abs(z))
/dports/devel/tinygo/tinygo-0.14.1/src/runtime/
H A Dmath.go147 func math_Log(x float64) float64 { return math_log(x) }
150 func math_log(x float64) float64 func
/dports/games/gltron/gltron-0.70/lua/src/lib/
H A Dlmathlib.c101 static int math_log (lua_State *L) { in math_log() function
219 {"log", math_log},
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dlmathlib.c101 static int math_log (lua_State *L) { in math_log() function
219 {"log", math_log},
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlib_math.c51 LJLIB_ASM(math_log) LJLIB_REC(math_log) in LJLIB_REC()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlib_math.c51 LJLIB_ASM(math_log) LJLIB_REC(math_log) in LJLIB_REC()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlib_math.c51 LJLIB_ASM(math_log) LJLIB_REC(math_log) in LJLIB_REC()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlib_math.c51 LJLIB_ASM(math_log) LJLIB_REC(math_log)
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/
H A Dlmathlib.cpp103 static int math_log (lua_State *L) { in math_log() function
221 {"log", math_log},
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/bear/test/
H A Dbear_test.erl228 ?assertEqual(1, bear:math_log(0)),
229 ?assertEqual(1.0, bear:math_log(0.0)),
230 ?assertEqual(true, approx(3.737669618283368, bear:math_log(42))).
/dports/devel/erlang-bear/bear-0.8.5/test/
H A Dbear_test.erl228 ?assertEqual(1, bear:math_log(0)),
229 ?assertEqual(1.0, bear:math_log(0.0)),
230 ?assertEqual(true, approx(3.737669618283368, bear:math_log(42))).
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlmathlib.cpp118 static int math_log (lua_State *L) { in math_log() function
235 {"log", math_log},
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlib_math.c56 LJLIB_ASM(math_log) LJLIB_REC(math_log) in LJLIB_REC()
/dports/games/palomino/palomino/src/lua_lang/
H A Dlmathlib.c114 static int math_log (lua_State *L) { in math_log() function
231 {"log", math_log},
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dlmathlib.cpp118 static int math_log (lua_State *L) { in math_log() function
235 {"log", math_log},
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dlmathlib.c114 static int math_log (lua_State *L) { in math_log() function
231 {"log", math_log},
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dlmathlib.c114 static int math_log (lua_State *L) { in math_log() function
231 {"log", math_log},
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dlmathlib.c114 static int math_log (lua_State *L) { in math_log() function
231 {"log", math_log},

12345678910>>...14