Fixed references

This commit is contained in:
saundersp
2024-08-05 00:31:29 +02:00
parent fb7b817d5f
commit b6e7429363
2 changed files with 69 additions and 1 deletions

View File

@@ -287,7 +287,7 @@
}
@online{wikipedia_complex_number,
title = {Complex number},
url = {https://en.wikipedia.org/wiki/Complex_number}
url = {https://en.wikipedia.org/wiki/Complex\_number}
}
@online{wikipedia_quaternion,
title = {Quaternion},
@@ -301,3 +301,35 @@
title = {Sedenion},
url = {https://en.wikipedia.org/wiki/Sedenion}
}
@online{wikipedia_function_mathematics,
title = {Function (mathematics)},
url = {https://en.wikipedia.org/wiki/Function\_(mathematics)}
}
@online{wikipedia_domain_function,
title = {Domain of a function},
url = {https://en.wikipedia.org/wiki/Domain\_of\_a\_function}
}
@online{wikipedia_codomain,
title = {Codomain},
url = {https://en.wikipedia.org/wiki/Codomain}
}
@online{wikipedia_set_theory,
title = {Set theory},
url = {https://en.wikipedia.org/wiki/Set\_theory}
}
@online{wikipedia_injective_function,
title = {Injective function},
url = {https://en.wikipedia.org/wiki/Injective\_function}
}
@online{wikipedia_surjective_function,
title = {Surjective function},
url = {https://en.wikipedia.org/wiki/Surjective\_function}
}
@online{wikipedia_bijection,
title = {Bijection},
url = {https://en.wikipedia.org/wiki/Bijection}
}
@online{wikipedia_hyperbolic_functions,
title = {Hyperbolic functions},
url = {https://en.wikipedia.org/wiki/Hyperbolic\_functions}
}