Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
math.c File Reference
#include "mruby.h"
#include "mruby/array.h"
#include <math.h>
Include dependency graph for math.c:

Go to the source code of this file.

Macros

#define domain_error(msg)   mrb_raise(mrb, E_RANGE_ERROR, "Numerical argument is out of domain - " #msg)

Functions

void mrb_mruby_math_gem_init (mrb_state *mrb)
void mrb_mruby_math_gem_final (mrb_state *mrb)

Macro Definition Documentation

#define domain_error (   msg)    mrb_raise(mrb, E_RANGE_ERROR, "Numerical argument is out of domain - " #msg)

Definition at line 12 of file math.c.

Function Documentation

void mrb_mruby_math_gem_final ( mrb_state mrb)

Definition at line 687 of file math.c.

void mrb_mruby_math_gem_init ( mrb_state mrb)

Definition at line 630 of file math.c.

Here is the call graph for this function: