(git:ed6f26b)
Loading...
Searching...
No Matches
grpp_binomial.h
Go to the documentation of this file.
1
/*----------------------------------------------------------------------------*/
2
/* CP2K: A general program to perform molecular dynamics simulations */
3
/* Copyright 2000-2025 CP2K developers group <https://cp2k.org> */
4
/* */
5
/* SPDX-License-Identifier: MIT */
6
/*----------------------------------------------------------------------------*/
7
8
/*
9
* libgrpp - a library for the evaluation of integrals over
10
* generalized relativistic pseudopotentials.
11
*
12
* Copyright (C) 2021-2023 Alexander Oleynichenko
13
*/
14
15
#ifndef LIBGRPP_BINOMIAL_H
16
#define LIBGRPP_BINOMIAL_H
17
18
#include <stdint.h>
19
20
uint64_t
libgrpp_binomial
(uint64_t n, uint64_t k);
21
22
#endif
// LIBGRPP_BINOMIAL_H
libgrpp_binomial
uint64_t libgrpp_binomial(uint64_t n, uint64_t k)
Definition
grpp_binomial.c:31
grpp
grpp_binomial.h
Generated by
1.9.8