Sum numbers
Gets the sum of values
Calculate a scaled Lanczos sum for the approximation of the gamma function.
Compute the sum of an infinite series.
Calculate the Lanczos sum for the approximation of the gamma function.
ES Math-related intrinsics and helpers, robustly cached.
A flexible math expression evaluator
it performs a linear sum assignment even if the cost matrix is rectangular.
Sum numbers
A minimal React Native SDK demonstrating math sum APIs.
mdast extension to parse and serialize math
Plugin to convert mathematical expressions in Markdown (MDAST) to DOCX using LaTeX-style syntax. Integrates seamlessly with mdast2docx.
Build chainable fluent interfaces the easy way... with a freakin' chainsaw!
micromark extension to support math (`$C_L$`)
A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.
remark plugin to parse and stringify math
Math and string formula parser.
rehype plugin to transform inline and block math with KaTeX
Math and string formula parser.
🐊Putout plugin helps with Math
Get the average value in an array
math-random is an isomorphic, drop-in replacement for `Math.random` that uses cryptographically secure random number generation, where available
Experimental math classes for loaders.gl
JavaScript utilities with respect to emerging standard
Math functions, like log, sum etc
Math statitics methods for sum, mean, median, mode, variance, deviation, etc.
This gem has methods that take 2 numbers and make math operations (sum, sub, mul, div)
== Description A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be defined as mountable Rack applications with inline documentation, authentication and type checking. e.g. class Calculator < JSONRPC2::Interface title "JSON-RPC2 Calculator" introduction "This interface allows basic maths calculations via JSON-RPC2" auth_with JSONRPC2::BasicAuth.new({'user' => 'secretword'}) section 'Simple Ops' do desc 'Multiply two numbers' param 'a', 'Number', 'a' param 'b', 'Number', 'b' result 'Number', 'a * b' def mul args args['a'] * args['b'] end desc 'Add numbers' example "Calculate 1 + 1 = 2", :params => { 'a' => 1, 'b' => 1}, :result => 2 param 'a', 'Number', 'First number' param 'b', 'Number', 'Second number' optional 'c', 'Number', 'Third number' result 'Number', 'a + b + c' def sum args val = args['a'] + args['b'] val += args['c'] if args['c'] val end end end
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.