math.now.sh API ported as a npm package
Math api. Writen in Bahasa Indonesia
ES Math-related intrinsics and helpers, robustly cached.
mdast extension to parse and serialize math
micromark extension to support math (`$C_L$`)
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.
Geometry util
Simple math api
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
rehype plugin to transform inline and block math with MathJax
JavaScript utilities with respect to emerging standard
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
A flexible math expression evaluator
React component to render markdown
rehype plugin to sanitize HTML
Test if a double-precision floating-point numeric value is NaN.
Parse math interval
Geospatial classes
Collection of math utilities
API wrapper for Mathematics.io
This library provides a flient API to write math expressions that can be manipulated and solved programmatically.
Gets the distance between two points through two functions (math and 3rd API)
Words API lets you retrieve information about English words, including definitions, synonyms, rhymes, pronunciation, syllables, and frequency of usage. It also can tell you about relationships between words, for instance that “math” has categories like “algebra” and “geometry”, or that a “finger” is part of a “hand”.
== 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.
No description provided.
No description provided.